소스 검색

get rid of a warning...

git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@1050 54d463be-8e91-2dee-dedb-b68131a5f0ec
(no author) 20 년 전
부모
커밋
5e80e49c39
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/map/clif.h

+ 1 - 0
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);