aboutsummaryrefslogtreecommitdiff
path: root/wfm.h
diff options
context:
space:
mode:
authortenox <as@tenoware.com>2017-01-15 03:23:33 -0800
committertenox <as@tenoware.com>2017-01-15 03:23:33 -0800
commit34d5f06f39ef4051793b8200be0cc532ebf63c8f (patch)
treed63f8e8e6cc418c3336764e9aefa6aa767f9b3e2 /wfm.h
parentc1a3a46007249c6de1c461b38a03ded6297df6de (diff)
downloadwfm-34d5f06f39ef4051793b8200be0cc532ebf63c8f.tar.gz
git subdirectory fix
Diffstat (limited to 'wfm.h')
-rw-r--r--wfm.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/wfm.h b/wfm.h
index aa43724..87bf7f6 100644
--- a/wfm.h
+++ b/wfm.h
@@ -63,7 +63,7 @@ char VALIDCHRS_DIR[256]; // above + /
#define SHM_SIZE 16
-#define VIRT_DIRNAME_SIZE NAME_MAX
+#define VIRT_DIRNAME_SIZE NAME_MAX // around 255
#define PHYS_DIRNAME_SIZE 1024
#define VIRT_FILENAME_SIZE NAME_MAX
#define PHYS_FILENAME_SIZE 1280
@@ -149,6 +149,8 @@ void html_title(char *);
void singleprompt_ui(char *);
char *url_encode(char *);
char *url_decode(char *);
-int revup_commit(char *);
+int change_commit(char *);
int delete_commit(char *);
+int rename_commit(char *);
+int move_commit(char *);
int repo_check(void); \ No newline at end of file