[1.5] Remove a simple warning report

This commit is contained in:
Mathieu Malaterre
2012-03-16 16:43:24 +00:00
parent e0795464c1
commit da453218a4
2 changed files with 9 additions and 2 deletions

View File

@@ -58,7 +58,7 @@
*
* @return initial query parameters
*/
query_param_t * get_initquery();
query_param_t * get_initquery(void);
/*
* get a pair of field name and value from the string starting fieldname=fieldval&... format
@@ -151,7 +151,7 @@ query_param_t * parse_query( char *query_string)
return query_param;
}
query_param_t * get_initquery()
query_param_t * get_initquery(void)
{
query_param_t *query;
int i;