From e9162d81ba9b19b5dedf96717ee6c24e81855919 Mon Sep 17 00:00:00 2001 From: tenox7 Date: Thu, 17 May 2018 23:56:30 -0700 Subject: large file set --- wfm.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'wfm.h') diff --git a/wfm.h b/wfm.h index 7e315bd..6852154 100644 --- a/wfm.h +++ b/wfm.h @@ -104,6 +104,7 @@ int users_defined; int edit_by_default; int edit_any_file; int recursive_du; +int largeset; int js; @@ -134,6 +135,7 @@ void error(char *, ...); void redirect(char *, ...); char *buprintf(float, int); int strip(char *, int, char *); +int strsplit(char *, char ***, char *); void checkfilename(char *); void checkdestination(void); void mkfile(void); @@ -152,6 +154,7 @@ void sendfile(void); void receivefile(void); off_t du(char *); void re_dir_ui(char *, int); +int re_dir_up(char *); void login_ui(void); void tstop(void); void html_title(char *); -- cgit v1.2.3