diff options
author | Jorge Arellano Cid <jcid@dillo.org> | 2011-02-06 14:40:09 -0300 |
---|---|---|
committer | Jorge Arellano Cid <jcid@dillo.org> | 2011-02-06 14:40:09 -0300 |
commit | fc99fd7a3497252746618a0d6f94b823aed1ff12 (patch) | |
tree | dd6bb39a60c1f5590be0190b558723a231e8824f /src/dialog.hh | |
parent | 1b3d3f9ef09191c3086592f9273ccffa683fa516 (diff) |
imported patch choice5
Diffstat (limited to 'src/dialog.hh')
-rw-r--r-- | src/dialog.hh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/dialog.hh b/src/dialog.hh index 440e9bba..57b21849 100644 --- a/src/dialog.hh +++ b/src/dialog.hh @@ -9,8 +9,6 @@ typedef void (*UserPasswordCB)(const char *user, const char *password, void *vp); void a_Dialog_msg(const char *msg); -int a_Dialog_choice3(const char *msg, - const char *b0, const char *b1, const char *b2); int a_Dialog_choice5(const char *QuestionTxt, const char *alt1, const char *alt2, const char *alt3, const char *alt4, const char *alt5); |