expedite/src/bin/engine_quartz.h

9 lines
171 B
C

#ifndef ENGINE_QUARTZ_H
#define ENGINE_QUARTZ_H
int engine_quartz_args(int argc, char **argv);
void engine_quartz_loop(void);
void engine_quartz_shutdown(void);
#endif