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

@@ -17,7 +17,7 @@ typedef struct {
int protocol;
} ip_service;
hash_type* serv_hash_create();
hash_type* serv_hash_create(void);
void serv_hash_initialise(hash_type* sh);
#endif /* __SERV_HASH_H_ */