From b4cddba516d7fbb15f345548623bb8059b749503 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 1 May 2005 22:28:57 +0000 Subject: [PATCH] One more parameter renamed --- glib/ghash.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glib/ghash.h b/glib/ghash.h index 5b3f7b7..8e24342 100644 --- a/glib/ghash.h +++ b/glib/ghash.h @@ -102,7 +102,7 @@ guint g_int_hash (gconstpointer v); * same effect as passing g_direct_hash(). */ guint g_direct_hash (gconstpointer v) G_GNUC_CONST; -gboolean g_direct_equal (gconstpointer v, +gboolean g_direct_equal (gconstpointer v1, gconstpointer v2) G_GNUC_CONST; G_END_DECLS -- 2.7.4