Revive radsecproxy.h and hostport_types.h and move rsp_* into radsecproxy/.
[radsecproxy.git] / lib / radsecproxy / list.c
similarity index 99%
rename from lib/rsp_list.c
rename to lib/radsecproxy/list.c
index ac6924e..4cfd358 100644 (file)
@@ -7,7 +7,7 @@
 
 #include <stdlib.h>
 #include <string.h>
-#include "rsp_list.h"
+#include "list.h"
 
 /* allocates and initialises list structure; returns NULL if malloc fails */
 struct list *list_create() {