regedit: add a number input box
[sfrench/samba-autobuild/.git] / source3 / utils / regedit_dialog.h
index 18b9b98fb507266137df69315d08c9baee9e5b32..283e0e2e3137afdf3eff77ed161c4a5b4f532695 100644 (file)
@@ -210,6 +210,10 @@ int dialog_notice(TALLOC_CTX *ctx, enum dialog_type type,
 
 int dialog_input(TALLOC_CTX *ctx, const char **output, const char *title,
                 const char *msg, ...);
+int dialog_input_long(TALLOC_CTX *ctx, long *output,
+                     const char *title, const char *msg, ...);
+int dialog_input_ulong(TALLOC_CTX *ctx, unsigned long *output,
+                      const char *title, const char *msg, ...);
 
 struct registry_key;
 struct value_item;