This commit is contained in:
chris
2003-02-06 10:51:24 +00:00
parent 5058cf3bc5
commit 2dc4a06dda
7 changed files with 11 additions and 9 deletions

View File

@@ -14,6 +14,6 @@
#include <arpa/inet.h>
#include "hash.h"
hash_type* ns_hash_create();
hash_type* ns_hash_create(void);
#endif /* __NS_HASH_H_ */