From 5e80e49c397f539b613e97d94533a94c8c48ea44 Mon Sep 17 00:00:00 2001 From: "(no author)" <(no author)@54d463be-8e91-2dee-dedb-b68131a5f0ec> Date: Sun, 6 Feb 2005 01:37:38 +0000 Subject: [PATCH] get rid of a warning... git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@1050 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/clif.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/map/clif.h b/src/map/clif.h index 17fcfb4464..c9b18a996b 100644 --- a/src/map/clif.h +++ b/src/map/clif.h @@ -31,6 +31,7 @@ extern struct Clif_Config { } clif_config; void clif_setip(char*); +void clif_setbindip(char*); void clif_setport(int); in_addr_t clif_getip(void);