summaryrefslogtreecommitdiff
path: root/src/proto/hashtable.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/proto/hashtable.pro')
-rw-r--r--src/proto/hashtable.pro1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/proto/hashtable.pro b/src/proto/hashtable.pro
index cacd7a333..e82f1756a 100644
--- a/src/proto/hashtable.pro
+++ b/src/proto/hashtable.pro
@@ -1,5 +1,4 @@
/* hashtable.c */
-hashtab_T *hash_create __ARGS((void));
void hash_init __ARGS((hashtab_T *ht));
void hash_clear __ARGS((hashtab_T *ht));
hashitem_T *hash_find __ARGS((hashtab_T *ht, char_u *key));