From: tomo Date: Fri, 3 Oct 2003 03:37:09 +0000 (+0000) Subject: (chise_make_name_table): Modify to avoid warning. X-Git-Tag: b1-r0_2_0-pre6~3 X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Flibchise.git;a=commitdiff_plain;h=19417ed66013efc1c1324a7261a6ff00a1597cfb (chise_make_name_table): Modify to avoid warning. --- 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);