8 lines
129 B
C
8 lines
129 B
C
|
#ifndef SCI_EXECUTOR_H
|
||
|
#define SCI_EXECUTOR_H
|
||
|
|
||
|
void executor(void* pipeline_event);
|
||
|
void set_logdir(const char* logdir);
|
||
|
|
||
|
#endif
|