summaryrefslogtreecommitdiff
path: root/src/basic/exec-util.h
diff options
context:
space:
mode:
authorSven Eden <yamakuzure@gmx.net>2017-07-18 08:04:37 +0200
committerSven Eden <yamakuzure@gmx.net>2017-07-18 09:36:12 +0200
commit54225bd06a4e1486277639fd0c1518968f264b42 (patch)
tree98c1a34113a8464806e93e03b385c6e0a3c9ed08 /src/basic/exec-util.h
parentcb7968de9b62d0210c8212f92d932930f99a7a0c (diff)
Prep v233.2: Mask unneeded functions and definitions in src/basic
Diffstat (limited to 'src/basic/exec-util.h')
-rw-r--r--src/basic/exec-util.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/basic/exec-util.h b/src/basic/exec-util.h
index 72009799b..0c47ccb2f 100644
--- a/src/basic/exec-util.h
+++ b/src/basic/exec-util.h
@@ -37,4 +37,7 @@ int execute_directories(
void* const callback_args[_STDOUT_CONSUME_MAX],
char *argv[]);
+#if 0 /// UNNEEDED by elogind
extern const gather_stdout_callback_t gather_environment[_STDOUT_CONSUME_MAX];
+#endif // 0
+