summaryrefslogtreecommitdiffstats
path: root/src/popen.h
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2018-11-07 12:22:44 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2018-11-07 12:22:44 +0000
commit1e6c93250172946eeb38e94a92a1fd12c9d3011e (patch)
tree8ca5e16dfc7ad6b3bf2738ca0a48408a950f8f7e /src/popen.h
parentUpdate watch file (diff)
downloadnetdata-1e6c93250172946eeb38e94a92a1fd12c9d3011e.tar.xz
netdata-1e6c93250172946eeb38e94a92a1fd12c9d3011e.zip
Merging upstream version 1.11.0+dfsg.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'src/popen.h')
-rw-r--r--src/popen.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/popen.h b/src/popen.h
deleted file mode 100644
index 3dd79bb4d..000000000
--- a/src/popen.h
+++ /dev/null
@@ -1,11 +0,0 @@
-#ifndef NETDATA_POPEN_H
-#define NETDATA_POPEN_H 1
-
-#define PIPE_READ 0
-#define PIPE_WRITE 1
-
-extern FILE *mypopen(const char *command, volatile pid_t *pidptr);
-extern FILE *mypopene(const char *command, volatile pid_t *pidptr, char **env);
-extern int mypclose(FILE *fp, pid_t pid);
-
-#endif /* NETDATA_POPEN_H */