Files
stabber/stabber.h
2015-05-16 00:12:26 +01:00

7 lines
78 B
C

#ifndef __H_STABBER
#define __H_STABBER
int stabber_start(int port);
#endif