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))