From 506b4eea8641e69ccf1ad35c185346299019afda Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Wed, 28 Aug 2013 13:48:49 +0200 Subject: Keep Proxy-State attributes in all replies to clients. Closes RADSECPROXY-52. --- list.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'list.h') diff --git a/list.h b/list.h index 80c0128..225f54f 100644 --- a/list.h +++ b/list.h @@ -28,6 +28,9 @@ struct list *list_create(); /* frees all memory associated with the list */ void list_destroy(struct list *list); +/* frees memory allocated for the list itself */ +void list_free(struct list *list); + /* appends entry to list; returns 1 if ok, 0 if malloc fails */ int list_push(struct list *list, void *data); -- cgit v1.1