aboutsummaryrefslogtreecommitdiff
path: root/wfm.h
diff options
context:
space:
mode:
authortenox <as@tenoware.com>2017-01-24 01:35:48 -0800
committertenox <as@tenoware.com>2017-01-24 01:35:48 -0800
commit191277829241a7b800debae6a6d45a4397b1fd87 (patch)
treee1eb144b51a9c248c6d51a696a0492ba8c2a0768 /wfm.h
parente9d79c70ed2d6d2a89cb5dbd9ff14d7d78b6c6de (diff)
downloadwfm-191277829241a7b800debae6a6d45a4397b1fd87.tar.gz
git now tracks recursive file deletes
Diffstat (limited to 'wfm.h')
-rw-r--r--wfm.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/wfm.h b/wfm.h
index 3a35c17..5b0184b 100644
--- a/wfm.h
+++ b/wfm.h
@@ -151,5 +151,5 @@ void html_title(char *);
void singleprompt_ui(char *);
char *url_encode(char *);
char *url_decode(char *);
-int wfm_commit(int);
-int repo_check(void); \ No newline at end of file
+int wfm_commit(int, char *);
+int repo_check(void);