Files
stabber/stabber.h
2015-05-16 22:31:36 +01:00

11 lines
182 B
C

#ifndef __H_STABBER
#define __H_STABBER
int stbbr_main(int port);
int stbbr_start(int port);
int stbbr_auth_passwd(char *password);
void stbbr_for(char *id, char *stream);
#endif