--- a/finch/libgnt/gnttree.h Sun Aug 28 22:57:37 2016 -0500 +++ b/finch/libgnt/gnttree.h Thu Sep 01 01:28:11 2016 -0400 @@ -44,8 +44,8 @@ #define GNT_TYPE_TREE_ROW (gnt_tree_row_get_type()) -typedef guint (*GntTreeHashFunc)(gconstpointer); -typedef gboolean (*GntTreeHashEqualityFunc)(gconstpointer, gconstpointer); +typedef guint (*GntTreeHashFunc)(gconstpointer key); +typedef gboolean (*GntTreeHashEqualityFunc)(gconstpointer a, gconstpointer b); typedef struct _GntTree GntTree; typedef struct _GntTreePriv GntTreePriv;