summaryrefslogtreecommitdiff
blob: 963f5b2d37638bd3060d253b1bb7dfcb527bd9e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- src/NameResolver.h.orig	2006-08-17 22:25:35.000000000 +0200
+++ src/NameResolver.h	2006-08-17 22:25:56.000000000 +0200
@@ -37,6 +37,8 @@
 } /* end of extern "C" */
 #endif
 
+void callback(void* arg, int status, struct hostent* host);
+
 class NameResolver {
   friend void callback(void* arg, int status, struct hostent* host);