summaryrefslogtreecommitdiff
path: root/src/ivy.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ivy.h')
-rw-r--r--src/ivy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ivy.h b/src/ivy.h
index 0ee4542..e7b28bf 100644
--- a/src/ivy.h
+++ b/src/ivy.h
@@ -26,7 +26,7 @@ extern "C" {
#define DEFAULT_BUS 2010
-typedef struct _clnt_lst *IvyClientPtr;
+typedef struct _clnt_lst_dict *IvyClientPtr;
typedef enum { IvyApplicationConnected, IvyApplicationDisconnected } IvyApplicationEvent;
typedef enum { IvyAddBind, IvyRemoveBind, IvyFilterBind, IvyChangeBind } IvyBindEvent;