(chise_make_name_table): Modify to avoid warning.
authortomo <tomo>
Fri, 3 Oct 2003 03:37:09 +0000 (03:37 +0000)
committertomo <tomo>
Fri, 3 Oct 2003 03:37:09 +0000 (03:37 +0000)
chise-name.h

index 2ce219c..5e7ead6 100644 (file)
@@ -7,7 +7,7 @@ typedef struct CHISE_HASH_TABLE CHISE_HASH_TABLE;
 typedef CHISE_HASH_TABLE CHISE_NAME_TABLE;
 typedef CHISE_HASH_TABLE_ENTRY CHISE_NAME_TABLE_ENTRY;
 
-CHISE_NAME_TABLE* chise_make_name_table ();
+CHISE_NAME_TABLE* chise_make_name_table (void);
 void chise_destroy_name_table (CHISE_NAME_TABLE* table);
 int chise_name_table_put (CHISE_NAME_TABLE* table,
                          const unsigned char *key, void *value);