qserver/marinetti.h
Kelvin Sherlock 875690e00d 1.0.0
2018-04-01 15:42:52 -04:00

8 lines
108 B
C

#ifndef __MARINETTI_H__
#define __MARINETTI_H__
int startMarinetti(void);
void stopMarinetti(int);
#endif