Code

rrdtool plugin: Fix a memory leak..
[collectd.git] / src / utils_llist.h
index e44d84ef1f9c4340c83416b6c858810c69c841a1..603fc87b552178e342a336539da6de7fa7fe1b9e 100644 (file)
@@ -49,6 +49,7 @@ void llentry_destroy (llentry_t *e);
 
 void llist_append (llist_t *l, llentry_t *e);
 void llist_prepend (llist_t *l, llentry_t *e);
+void llist_remove (llist_t *l, llentry_t *e);
 
 llentry_t *llist_search (llist_t *l, const char *key);