1
0
mirror of https://git.savannah.gnu.org/git/gperf.git synced 2025-12-02 21:19:24 +00:00

Simplify function declarations.

This commit is contained in:
Bruno Haible
2002-11-08 13:47:23 +00:00
parent 0378cf3b00
commit 643c2cab82
17 changed files with 91 additions and 87 deletions

View File

@@ -36,7 +36,7 @@ private:
public:
Hash_Table (KeywordExt **t, int s, int ignore_len);
~Hash_Table (void);
~Hash_Table ();
KeywordExt *insert (KeywordExt *item);
};