summaryrefslogtreecommitdiff
path: root/uhttpd-utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'uhttpd-utils.h')
-rw-r--r--uhttpd-utils.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/uhttpd-utils.h b/uhttpd-utils.h
index 2c6785d..d597e49 100644
--- a/uhttpd-utils.h
+++ b/uhttpd-utils.h
@@ -117,6 +117,9 @@ int uh_auth_check(
);
+char * uh_realpath(const char *path, char *resolved_path);
+
+
extern struct index_file *uh_index_files;
struct index_file * uh_index_add(const char *filename);