Bugfix: make sure $else works correct and without memleaks
[monky] / src / ccurl_thread.h
index 0d0cbf0..1449075 100644 (file)
@@ -1,4 +1,5 @@
-/*
+/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*-
+ *
  * Conky, a system monitor, based on torsmo
  *
  * Please see COPYING for details
@@ -65,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_ */