qserver/marinetti.h

8 lines
108 B
C

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