l2-unlegits/l2detect/accountBind.h
2012-02-01 05:25:08 +00:00

7 lines
113 B
C

#ifndef H_ACCOUNT_BINDER
#define H_ACCOUNT_BINDER
int isValidAccount( const char *account_name );
#endif