diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2010-08-20 13:47:05 +0300 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2010-08-20 13:52:47 +0300 |
commit | 2c2faa299e6c1f2a9b6f8220c75cf878d4e005b0 (patch) | |
tree | 0c8aaf9202d523a61de95b3f623b76e1ad1adf84 /cliutils.h | |
parent | d391d5ec60c9fadb10236b8af236ac4b130cd2bd (diff) | |
download | librpm-tizen-2c2faa299e6c1f2a9b6f8220c75cf878d4e005b0.tar.gz librpm-tizen-2c2faa299e6c1f2a9b6f8220c75cf878d4e005b0.tar.bz2 librpm-tizen-2c2faa299e6c1f2a9b6f8220c75cf878d4e005b0.zip |
Move --pipe handling to cliutils helpers
Diffstat (limited to 'cliutils.h')
-rw-r--r-- | cliutils.h | 4 |
1 files changed, 4 insertions, 0 deletions
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 */ |