]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/dird/protos.h
First cut of bat rerun a Job from Jobs Run
[bacula/bacula] / bacula / src / dird / protos.h
index 159d6d5352cdc39167e0461fdedb492a98db38c4..ae358fd92a4ea442bb94e0f21830f5c705c5e34e 100644 (file)
@@ -210,7 +210,7 @@ void set_pooldbr_from_poolres(POOL_DBR *pr, POOL *pool, e_pool_op op);
 int update_pool_references(JCR *jcr, B_DB *db, POOL *pool);
 
 /* ua_input.c */
-int get_cmd(UAContext *ua, const char *prompt);
+int get_cmd(UAContext *ua, const char *prompt, bool subprompt=false);
 bool get_pint(UAContext *ua, const char *prompt);
 bool get_yesno(UAContext *ua, const char *prompt);
 bool is_yesno(char *val, int *ret);