Add /getbool command

This commit is contained in:
TingPing
2013-12-31 17:06:58 -05:00
parent 3a7fb4d8e1
commit 10d3c15143
4 changed files with 87 additions and 0 deletions

View File

@@ -818,6 +818,10 @@ fe_serverlist_open (session *sess)
{
}
void
fe_get_bool (char *title, char *prompt, void *callback, void *userdata)
{
}
void
fe_get_str (char *prompt, char *def, void *callback, void *ud)
{
}