Bugfix: make sure $else works correct and without memleaks
[monky] / src / ccurl_thread.h
index 594479c..1449075 100644 (file)
@@ -68,6 +68,7 @@ void ccurl_process_info(char *p, int p_max_size, char *uri, int interval);
 
 void curl_parse_arg(struct text_object *, const char *);
 void curl_print(struct text_object *, char *, int);
+void curl_obj_free(struct text_object *);
 
 /* $curl exports end */