summaryrefslogtreecommitdiff
path: root/src/gui/char_server.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/char_server.h')
-rw-r--r--src/gui/char_server.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/char_server.h b/src/gui/char_server.h
index ec2e90d1..d19e84af 100644
--- a/src/gui/char_server.h
+++ b/src/gui/char_server.h
@@ -31,6 +31,7 @@
#include "../guichanfwd.h"
+struct SDL_KeyboardEvent;
/**
* The list model for the server list.
@@ -75,7 +76,7 @@ class ServerSelectDialog : public Window, public gcn::ActionListener {
gcn::ScrollArea *scrollArea;
};
-void char_server();
+void charServerInputHandler(SDL_KeyboardEvent *keyEvent);
void server_char_server(int serverIndex);
char *server_list(int index, int *size);