diff options
author | jbj <devnull@localhost> | 2001-10-20 22:31:09 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2001-10-20 22:31:09 +0000 |
commit | d5dd3dfbc6f0e9128e055eaf84635c85de7b8139 (patch) | |
tree | ae1fb8133c9dc87cc7e267ead0906a27165acbc4 /lib/misc.h | |
parent | 00a348f332021405f90b86748fe209bf1e820830 (diff) | |
download | librpm-tizen-d5dd3dfbc6f0e9128e055eaf84635c85de7b8139.tar.gz librpm-tizen-d5dd3dfbc6f0e9128e055eaf84635c85de7b8139.tar.bz2 librpm-tizen-d5dd3dfbc6f0e9128e055eaf84635c85de7b8139.zip |
- stupid macros to configure public key file paths.
CVS patchset: 5127
CVS date: 2001/10/20 22:31:09
Diffstat (limited to 'lib/misc.h')
-rw-r--r-- | lib/misc.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/misc.h b/lib/misc.h index 424c537ed..820988cb7 100644 --- a/lib/misc.h +++ b/lib/misc.h @@ -94,15 +94,6 @@ void freeSplitString( /*@only@*/ char ** list) } /** - * Check if file esists using stat(2). - * @param urlfn file name (may be URL) - * @return 1 if file exists, 0 if not - */ -int rpmfileexists(const char * urlfn) - /*@globals fileSystem@*/ - /*@modifies fileSystem @*/; - -/** * Like the libc function, but malloc()'s the space needed. * @param name variable name * @param value variable value |