summaryrefslogtreecommitdiff
path: root/utils/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils/utils.h')
-rw-r--r--utils/utils.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/utils/utils.h b/utils/utils.h
index f2241ae07..e3b3647ea 100644
--- a/utils/utils.h
+++ b/utils/utils.h
@@ -188,6 +188,5 @@ query_id query_user(const char *query, const char *detail,
const query_callback *cb, void *pw, const char *yes, const char *no);
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, const char *newpart);
+
#endif