From 3a69c5173cdd24959410870bec2a10a76272e034 Mon Sep 17 00:00:00 2001 From: "Anselm R. Garbe" Date: Tue, 11 Jul 2006 11:10:05 +0200 Subject: implemented pipe_spawn --- util.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'util.h') diff --git a/util.h b/util.h index cac3df0..4b82cef 100644 --- a/util.h +++ b/util.h @@ -14,5 +14,6 @@ extern char *estrdup(const char *str); failed_assert(#a, __FILE__, __LINE__); \ } while (0) extern void failed_assert(char *a, char *file, int line); +void pipe_spawn(char *buf, unsigned int len, Display *dpy, const char *cmd); +extern void spawn(Display *dpy, const char *cmd); extern void swap(void **p1, void **p2); -extern void spawn(Display *dpy, const char *shell, const char *cmd); -- cgit v1.2.3-54-g00ecf