aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_network_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-08-29 18:34:56 +0000
committerChristian Grothoff <christian@grothoff.org>2009-08-29 18:34:56 +0000
commitf82dad45198d454bcd0feb49aade3f6c810d0123 (patch)
treee6e46c5a8056e97c63ddb4b7e9df8e21f99944a8 /src/include/gnunet_network_lib.h
parentaca96d397a1c5213236f0183d7b74e2e38906181 (diff)
downloadgnunet-f82dad45198d454bcd0feb49aade3f6c810d0123.tar.gz
gnunet-f82dad45198d454bcd0feb49aade3f6c810d0123.zip
more naming stuff
Diffstat (limited to 'src/include/gnunet_network_lib.h')
-rw-r--r--src/include/gnunet_network_lib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gnunet_network_lib.h b/src/include/gnunet_network_lib.h
index 645353520..5828456ca 100644
--- a/src/include/gnunet_network_lib.h
+++ b/src/include/gnunet_network_lib.h
@@ -35,6 +35,7 @@ extern "C"
35#endif 35#endif
36#endif 36#endif
37 37
38#include "gnunet_disk_lib.h"
38#include "gnunet_time_lib.h" 39#include "gnunet_time_lib.h"
39 40
40 41
@@ -48,7 +49,6 @@ struct GNUNET_NETWORK_Descriptor;
48 */ 49 */
49struct GNUNET_NETWORK_FDSet; 50struct GNUNET_NETWORK_FDSet;
50 51
51struct GNUNET_DISK_FileHandle;
52 52
53struct GNUNET_NETWORK_Descriptor *GNUNET_NETWORK_socket_accept (const struct GNUNET_NETWORK_Descriptor *desc, 53struct GNUNET_NETWORK_Descriptor *GNUNET_NETWORK_socket_accept (const struct GNUNET_NETWORK_Descriptor *desc,
54 struct sockaddr *address, 54 struct sockaddr *address,