summaryrefslogtreecommitdiff
path: root/lib/util/sys_popen.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/util/sys_popen.h')
-rw-r--r--lib/util/sys_popen.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/util/sys_popen.h b/lib/util/sys_popen.h
index 6807d3c5061..80ea70efa75 100644
--- a/lib/util/sys_popen.h
+++ b/lib/util/sys_popen.h
@@ -21,6 +21,7 @@
#define __LIB_SYS_POPEN_H__
int sys_popen(const char *command);
+int sys_popenv(char * const argl[]);
int sys_pclose(int fd);
#endif