summaryrefslogtreecommitdiff
path: root/addr_hash.h
diff options
context:
space:
mode:
authorchris <>2003-02-06 10:51:24 +0000
committerchris <>2003-02-06 10:51:24 +0000
commit2dc4a06dda004862b5718a6d5ad0c0373558dc1a (patch)
tree5d94b350445ac019c9ff6e6be5bf49b2f807c30b /addr_hash.h
parent5058cf3bc5934ef4080b5ef422f4a24b49db4a42 (diff)
downloadiftop-2dc4a06dda004862b5718a6d5ad0c0373558dc1a.zip
""
Diffstat (limited to 'addr_hash.h')
-rw-r--r--addr_hash.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/addr_hash.h b/addr_hash.h
index 4094d55..cd7a9cf 100644
--- a/addr_hash.h
+++ b/addr_hash.h
@@ -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_ */