summaryrefslogtreecommitdiffstats
path: root/fdisks/fdisk.h
diff options
context:
space:
mode:
Diffstat (limited to 'fdisks/fdisk.h')
-rw-r--r--fdisks/fdisk.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/fdisks/fdisk.h b/fdisks/fdisk.h
index c44dd768f..cb7f877b1 100644
--- a/fdisks/fdisk.h
+++ b/fdisks/fdisk.h
@@ -67,7 +67,11 @@ enum failure {
};
+extern int get_user_reply(struct fdisk_context *cxt,
+ const char *prompt,
+ char *buf, size_t bufsz);
extern int print_fdisk_menu(struct fdisk_context *cxt);
+extern int process_fdisk_menu(struct fdisk_context *cxt);
extern int ask_callback(struct fdisk_context *cxt, struct fdisk_ask *ask,
void *data __attribute__((__unused__)));