blob: 82480992a45f2824af95858561fdee270691d3d0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
#ifndef LYMAINLOOP_H
#define LYMAINLOOP_H
#include <HTUtils.h>
extern BOOLEAN LYOpenTraceLog NOPARAMS;
extern void LYCloseTracelog NOPARAMS;
extern int mainloop NOPARAMS;
#endif /* LYMAINLOOP_H */
|