Cosmetics

This commit is contained in:
Matthias Clasen
2005-05-01 21:14:13 +00:00
parent 5f0296d085
commit 6b8f6c09b7
5 changed files with 22 additions and 2 deletions

View File

@@ -87,11 +87,11 @@ guint g_hash_table_size (GHashTable *hash_table);
/* Hash Functions
*/
gboolean g_str_equal (gconstpointer v,
gboolean g_str_equal (gconstpointer v1,
gconstpointer v2);
guint g_str_hash (gconstpointer v);
gboolean g_int_equal (gconstpointer v,
gboolean g_int_equal (gconstpointer v1,
gconstpointer v2);
guint g_int_hash (gconstpointer v);