X-Git-Url: http://git.cascardo.eti.br/?p=cascardo%2Fgnio.git;a=blobdiff_plain;f=gnio%2Fgresolver.c;h=5a74b7cd72db740d50e991b9f3c937c31ef061fb;hp=8f76633236b56c50ae0f989cb968b2daca4f8464;hb=48aa363fffb042f947130762acc7cd3c787b11d9;hpb=1c031c7647fc229c3be8fc40a4153aa47d3aea6b diff --git a/gnio/gresolver.c b/gnio/gresolver.c index 8f76633..5a74b7c 100644 --- a/gnio/gresolver.c +++ b/gnio/gresolver.c @@ -56,7 +56,7 @@ G_LOCK_DEFINE (dnslock); #ifdef G_OS_WIN32 /* This is copied straight from giowin32.c, but its static there... */ -/* Is there another way to get this functionality? */ +/* TODO: is there another way to get this functionality? or maybe make this public? */ static char * winsock_error_message (int number) { @@ -406,7 +406,7 @@ g_resolver_init (GResolver *address) } typedef struct { - GList *list; + GList *list; const gchar *host; } ResolveListData;