diff lib/lib.h @ 1334:9fd2bcedbeb5 draft

mount: start on option parsing, implement loopback and bind mount autodetection.
author Rob Landley <rob@landley.net>
date Tue, 03 Jun 2014 06:27:24 -0500
parents 85f297591693
children b7598d21ca10
line wrap: on
line diff
--- a/lib/lib.h	Mon Jun 02 21:16:20 2014 -0500
+++ b/lib/lib.h	Tue Jun 03 06:27:24 2014 -0500
@@ -94,6 +94,8 @@
 pid_t xfork(void);
 void xexec_optargs(int skip);
 void xexec(char **argv);
+pid_t xpopen(char **argv, int *pipes);
+int xpclose(pid_t pid, int *pipes);
 void xaccess(char *path, int flags);
 void xunlink(char *path);
 int xcreate(char *path, int flags, int mode);