Only seed database for Debian install if we're using default config
[onak.git] / getcgi.h
index 5886996b3e07e052f12712f23485103f99ca7197..a28fd165f3d68ad94251071e110455ba7da8801e 100644 (file)
--- a/getcgi.h
+++ b/getcgi.h
@@ -29,4 +29,13 @@ char x2c(const char *what);
 void unescape_url(char *url); 
 char **getcgivars(int argc, char *argv[]);
 
+/**
+ *     cleanupcgi - free the memory allocated for our CGI parameters.
+ *     @cgivars: The CGI parameter list to free.
+ *
+ *     Frees up the elements of the CGI parameter array and then frees the
+ *     array.
+ */
+void cleanupcgi(char **cgivars);
+
 #endif /* __GETCGI_H_ */