src/utils_params.[ch]: Implement and use "script_name()".
[collection4.git] / src / utils_params.h
index 3c7ea0a..5d0c845 100644 (file)
@@ -8,4 +8,6 @@ const char *param (const char *key);
 
 int uri_escape (char *dst, const char *src, size_t size);
 
+const char *script_name (void);
+
 #endif /* UTILS_PARAMS_H */