8 lines
114 B
C
8 lines
114 B
C
|
#ifndef AUTORUN_H
|
||
|
#define AUTORUN_H
|
||
|
|
||
|
bool autorunMutexCreate();
|
||
|
void autorunMutexClose();
|
||
|
|
||
|
#endif /* AUTORUN_H */
|