summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvimboss <devnull@localhost>2005-07-08 22:28:00 +0000
committervimboss <devnull@localhost>2005-07-08 22:28:00 +0000
commite6bc7e8fe3d85650d8c39329158f29d04a4c7888 (patch)
treee32ff4902f365ffb761496fbbc9aae63b4eebd26
parent487cfca198cfd87ef21e909d4df612a9c9c8ca0e (diff)
downloadvim-e6bc7e8fe3d85650d8c39329158f29d04a4c7888.tar.gz
updated for version 7.0105
-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 55e1739e..aebb458d 100644
--- a/src/proto/hashtable.pro
+++ b/src/proto/hashtable.pro
@@ -7,7 +7,6 @@ void hash_debug_results __ARGS((void));
int hash_add __ARGS((hashtab_T *ht, char_u *key));
int hash_add_item __ARGS((hashtab_T *ht, hashitem_T *hi, char_u *key, hash_T hash));
void hash_remove __ARGS((hashtab_T *ht, hashitem_T *hi));
-int hash_delete __ARGS((hashtab_T *ht, char_u *key));
void hash_lock __ARGS((hashtab_T *ht));
void hash_unlock __ARGS((hashtab_T *ht));
hash_T hash_hash __ARGS((char_u *key));