move engine to engine/
This commit is contained in:
9
engine/src/pipe.h
Normal file
9
engine/src/pipe.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#ifndef PIPE_H
|
||||
#define PIPE_H
|
||||
|
||||
/* Start the FIFO reader thread.
|
||||
* Creates /tmp/looper_cmd (or aborts on error).
|
||||
* Returns 0 on success, -1 on failure. */
|
||||
int pipe_start_reader(void);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user