summaryrefslogtreecommitdiff
path: root/utils/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils/utils.h')
-rw-r--r--utils/utils.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/utils.h b/utils/utils.h
index 5b06d9caa..b8edfb836 100644
--- a/utils/utils.h
+++ b/utils/utils.h
@@ -121,4 +121,5 @@ query_id query_user(const char *query, const char *detail,
void query_close(query_id);
void PDF_Password(char **owner_pass, char **user_pass, char *path);
char *filename_from_path(char *path);
+bool path_add_part(char *path, int length, char *newpart);
#endif