summaryrefslogtreecommitdiff
path: root/utils/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils/utils.h')
-rw-r--r--utils/utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/utils.h b/utils/utils.h
index b8edfb836..9959ffd8b 100644
--- a/utils/utils.h
+++ b/utils/utils.h
@@ -121,5 +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);
+bool path_add_part(char *path, int length, const char *newpart);
#endif