7d7867acce
I.e. move the xcb-event-handling into xcb.c and the child-process-communications into newly created child.c. Also change some includes.
10 lines
126 B
C
10 lines
126 B
C
#ifndef CHILD_H_
|
|
#define CHILD_H_
|
|
|
|
#define STDIN_CHUNK_SIZE 1024
|
|
|
|
void start_child(char *command);
|
|
void kill_child();
|
|
|
|
#endif
|