diff options
author | marc <devnull@localhost> | 1996-02-20 04:31:08 +0000 |
---|---|---|
committer | marc <devnull@localhost> | 1996-02-20 04:31:08 +0000 |
commit | 60adc4402ed727453b61b27fc0d9a1c47126450d (patch) | |
tree | bebc72b09e6e397d5bab1b76b3175a78a1b5879f /verify.h | |
parent | 6a0b1e775e317b256d845388d4679603ad735f49 (diff) | |
download | librpm-tizen-60adc4402ed727453b61b27fc0d9a1c47126450d.tar.gz librpm-tizen-60adc4402ed727453b61b27fc0d9a1c47126450d.tar.bz2 librpm-tizen-60adc4402ed727453b61b27fc0d9a1c47126450d.zip |
Initial revision
CVS patchset: 347
CVS date: 1996/02/20 04:31:08
Diffstat (limited to 'verify.h')
-rw-r--r-- | verify.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/verify.h b/verify.h new file mode 100644 index 000000000..427e94a47 --- /dev/null +++ b/verify.h @@ -0,0 +1,12 @@ +#ifndef H_VERIFY +#define H_VERIFY + +#include <rpmlib.h> + +enum verifysources { VERIFY_PATH, VERIFY_PACKAGE, VERIFY_EVERY, VERIFY_SPATH, + VERIFY_SPACKAGE, VERIFY_RPM, VERIFY_SRPM, VERIFY_GRP, + VERIFY_SGROUP }; + +void doVerify(char * prefix, enum verifysources source, char ** argv); + +#endif |