aboutsummaryrefslogtreecommitdiff
path: root/cmdedit.h
diff options
context:
space:
mode:
Diffstat (limited to 'cmdedit.h')
-rw-r--r--cmdedit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmdedit.h b/cmdedit.h
index 1482da3b8..83893572a 100644
--- a/cmdedit.h
+++ b/cmdedit.h
@@ -1,6 +1,6 @@
#ifndef CMDEDIT_H
#define CMDEDIT_H
-void cmdedit_read_input(char* promptStr, char* command); /* read a line of input */
+int cmdedit_read_input(char* promptStr, char* command);
#endif /* CMDEDIT_H */