fixes for power kernel 47 breaking temperature and voltage readings
[monky] / src / ccurl_thread.h
index 594479c..6f7e830 100644 (file)
@@ -4,7 +4,7 @@
  *
  * Please see COPYING for details
  *
- * Copyright (c) 2005-2009 Brenden Matthews, Philip Kovacs, et. al.
+ * Copyright (c) 2005-2010 Brenden Matthews, Philip Kovacs, et. al.
  *     (see AUTHORS)
  * All rights reserved.
  *
@@ -33,6 +33,8 @@
 typedef struct _ccurl_location_t {
        /* uri of location */
        char *uri;
+       char *last_modified;
+       char *etag;
        /* a pointer to some arbitrary data, will be freed by ccurl_free_info() if
         * non-null */
        void *result;
@@ -68,6 +70,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 */