A simple program to make the original shadowsocks support SIP003 plugins.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
186 B

#ifndef _HELP_H_
#define _HELP_H_
#define VERSION "0.9.0"
extern char *local_help_msg;
extern char *server_help_msg;
void is_show_help(int argc, char **argv, char *help_msg);
#endif