macnocker/macnockserver.h

10 lines
149 B
C
Raw Permalink Normal View History

2018-04-02 14:10:33 +02:00
#ifndef _MACNOCKSERVER_H
#define _MACNOCKSERVER_H
2017-11-12 09:07:28 +01:00
2018-04-02 14:10:33 +02:00
#include "tc.h"
2017-11-12 09:07:28 +01:00
2018-04-02 14:10:33 +02:00
void macNockServer_stop();
void macNockServer_run();
2017-11-12 09:07:28 +01:00
2018-04-02 14:10:33 +02:00
#endif // _MACNOCKSERVER_H