X-Git-Url: http://git.cascardo.info/?p=cascardo%2Fgnio.git;a=blobdiff_plain;f=gnio%2Fgresolver.c;fp=gnio%2Fgresolver.c;h=5a74b7cd72db740d50e991b9f3c937c31ef061fb;hp=8f76633236b56c50ae0f989cb968b2daca4f8464;hb=a7b5dcd5941e314caa53623f6b3d53e2d2d0c7d8;hpb=b9453dd5e1e0a4c94a766bc741dc7d4a9457f686 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;