aboutsummaryrefslogtreecommitdiff
path: root/wfm.h
diff options
context:
space:
mode:
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);