oconfig.c: Fix compiler warning.
[collection4.git] / utils_params.h
index b68ad4d..3c7ea0a 100644 (file)
@@ -6,4 +6,6 @@ void param_finish (void);
 
 const char *param (const char *key);
 
+int uri_escape (char *dst, const char *src, size_t size);
+
 #endif /* UTILS_PARAMS_H */