From 2c2faa299e6c1f2a9b6f8220c75cf878d4e005b0 Mon Sep 17 00:00:00 2001 From: Panu Matilainen Date: Fri, 20 Aug 2010 13:47:05 +0300 Subject: Move --pipe handling to cliutils helpers --- cliutils.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'cliutils.h') diff --git a/cliutils.h b/cliutils.h index 830b4c4f5..ea4539899 100644 --- a/cliutils.h +++ b/cliutils.h @@ -17,4 +17,8 @@ poptContext initCli(const char *ctx, struct poptOption *optionsTable, /* Free up common resources, return "normalized" exit code */ int finishCli(poptContext optCon, int rc); +int initPipe(void); + +void finishPipe(void); + #endif /* _CLIUTIL_H */ -- cgit v1.2.1