Move child_pid into child.c

This commit is contained in:
Axel Wagner
2010-09-17 03:03:43 +02:00
parent d245d14765
commit 0e4487e489
2 changed files with 3 additions and 1 deletions

View File

@ -13,7 +13,6 @@ typedef struct rect_t rect;
typedef int bool;
struct ev_loop* main_loop;
pid_t child_pid;
char *statusline;
struct rect_t {