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

@@ -21,6 +21,6 @@ typedef struct {
typedef addr_pair key_type; /* index into hash table */
hash_type* addr_hash_create();
hash_type* addr_hash_create(void);
#endif /* __ADDR_HASH_H_ */