From 38cb39339a8f1f9a0afb69340a404fd767db5a79 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Thu, 16 Jan 2014 00:01:25 +0000 Subject: move filename_from_path and path_add_part into gui operation tables --- utils/utils.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'utils/utils.h') 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 -- cgit v1.2.3