From 19417ed66013efc1c1324a7261a6ff00a1597cfb Mon Sep 17 00:00:00 2001 From: tomo Date: Fri, 3 Oct 2003 03:37:09 +0000 Subject: [PATCH] (chise_make_name_table): Modify to avoid warning. --- chise-name.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chise-name.h b/chise-name.h index 2ce219c..5e7ead6 100644 --- a/chise-name.h +++ b/chise-name.h @@ -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); -- 1.7.10.4