about summary refs log tree commit diff
path: root/blaze822.h
diff options
context:
space:
mode:
Diffstat (limited to 'blaze822.h')
-rw-r--r--blaze822.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/blaze822.h b/blaze822.h
index 4dfd8f5..a5cb008 100644
--- a/blaze822.h
+++ b/blaze822.h
@@ -91,3 +91,9 @@ int slurp(char *filename, char **bufo, off_t *leno);
 
 #include <stdio.h>
 void safe_u8putstr(char *s0, size_t l, FILE *stream);
+
+// pipeto.c
+
+pid_t pipeto(const char *cmdline);
+int pipeclose(pid_t pid);
+