about summary refs log tree commit diff stats
path: root/src/wrapped/wrappedcurl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/wrapped/wrappedcurl.c')
-rwxr-xr-xsrc/wrapped/wrappedcurl.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/wrapped/wrappedcurl.c b/src/wrapped/wrappedcurl.c
index e7955c1b..59b72b35 100755
--- a/src/wrapped/wrappedcurl.c
+++ b/src/wrapped/wrappedcurl.c
@@ -22,12 +22,7 @@ const char* curlName = "libcurl.so.4";
 
 static library_t* my_lib = NULL;
 
-typedef uint32_t (*uFpup_t)(void*, uint32_t, void*);
-typedef void (*vFp_t)(void*);
-typedef void* (*pFp_t)(void*);
-
-#define SUPER() \
-    GO(curl_easy_setopt, uFpup_t)
+#include "generated/wrappedcurltypes.h"
 
 typedef struct curl_my_s {
     // functions