aboutsummaryrefslogtreecommitdiff
path: root/src/pipe.h
diff options
context:
space:
mode:
authoriamcheeseman <[hidden email]>2026-03-01 08:30:38 -0500
committeriamcheeseman <[hidden email]>2026-03-01 08:30:38 -0500
commit41175c11234c0a2a83257beb86694f3af129a689 (patch)
tree2a7be478debac86518ea269f645bec4b319fc9b5 /src/pipe.h
parent6f1203a2990aa00e145d640b0814908ed661cb4e (diff)
fix mene's dastardly code
Diffstat (limited to 'src/pipe.h')
-rw-r--r--src/pipe.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pipe.h b/src/pipe.h
index 798a4a1..3f81432 100644
--- a/src/pipe.h
+++ b/src/pipe.h
@@ -5,6 +5,7 @@
#define PIPE_PATH "/tmp/tsarc.pipe"
#define MAX_ARG_LEN 256
#define MAX_ARGS 4
+
void init_pipe();
void await_change();
void make_change(char[MAX_ARGS][MAX_ARG_LEN], int);