Bugfix: make sure $else works correct and without memleaks
[monky] / src / ccurl_thread.h
index eb48d32..1449075 100644 (file)
@@ -66,6 +66,10 @@ void ccurl_free_info(void);
 /* runs instance of $curl */
 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 */
 
 #endif /* _CURL_THREAD_H_ */