(chise_ccs_decode): Return -1 when argument `ccs' is NULL.
[chise/libchise.git] / 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);