10 lines
142 B
C
10 lines
142 B
C
#ifndef __H_STABBER
|
|
#define __H_STABBER
|
|
|
|
int stbbr_main(int port);
|
|
int stbbr_start(int port);
|
|
|
|
int stbbr_auth_passwd(char *password);
|
|
|
|
#endif
|