mirror of
https://github.com/ksherlock/qserver.git
synced 2024-09-07 06:54:24 +00:00
8 lines
108 B
C
8 lines
108 B
C
#ifndef __MARINETTI_H__
|
|
#define __MARINETTI_H__
|
|
|
|
int startMarinetti(void);
|
|
void stopMarinetti(int);
|
|
|
|
#endif
|