summaryrefslogtreecommitdiff
path: root/cgpt/cgpt.h
diff options
context:
space:
mode:
Diffstat (limited to 'cgpt/cgpt.h')
-rw-r--r--cgpt/cgpt.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cgpt/cgpt.h b/cgpt/cgpt.h
index b8b7e8d5..c4edd954 100644
--- a/cgpt/cgpt.h
+++ b/cgpt/cgpt.h
@@ -187,6 +187,8 @@ void Error(const char *format, ...);
void Warning(const char *format, ...);
// Command functions.
+int check_int_parse(char option, const char *buf);
+int check_int_limit(char option, int val, int low, int high);
int cmd_show(int argc, char *argv[]);
int cmd_repair(int argc, char *argv[]);
int cmd_create(int argc, char *argv[]);