From f9503e7070946c4a960edc5b2e0b0cbde553950a Mon Sep 17 00:00:00 2001 From: Harald Wolff Date: Mon, 13 Nov 2017 13:15:19 +0100 Subject: [PATCH] Added typedef rb2_proxy_t --- core/include/rb2/proxy.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/include/rb2/proxy.h b/core/include/rb2/proxy.h index df8a21e..e5c3e7e 100755 --- a/core/include/rb2/proxy.h +++ b/core/include/rb2/proxy.h @@ -15,6 +15,8 @@ struct _rb2_proxy; typedef struct _rb2_proxy RB2_PROXY; +typedef struct _rb2_proxy rb2_proxy_t; + #define RB2_PROXY(ptr) ((RB2_PROXY*)(ptr))