about summary refs log tree commit diff
path: root/chat.h
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-02-08 17:42:19 -0500
committerJune McEnroe <june@causal.agency>2020-02-08 17:42:19 -0500
commit156282c95d523b0c19f5409eb15cd53fc3211894 (patch)
treef389dd7fb392a56d4c3312413c5d46d5173c4710 /chat.h
parentHandle SIGCHLD (diff)
downloadcatgirl-156282c95d523b0c19f5409eb15cd53fc3211894.tar.gz
catgirl-156282c95d523b0c19f5409eb15cd53fc3211894.zip
Add procPipe for subprocesses
Diffstat (limited to 'chat.h')
-rw-r--r--chat.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/chat.h b/chat.h
index 34e1812..909527e 100644
--- a/chat.h
+++ b/chat.h
@@ -28,6 +28,8 @@
 
 typedef unsigned char byte;
 
+int procPipe[2];
+
 enum Color {
 	White, Black, Blue, Green, Red, Brown, Magenta, Orange,
 	Yellow, LightGreen, Cyan, LightCyan, LightBlue, Pink, Gray, LightGray,