summaryrefslogtreecommitdiff
path: root/lib/misc.h
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2001-10-20 22:31:09 +0000
committerjbj <devnull@localhost>2001-10-20 22:31:09 +0000
commitd5dd3dfbc6f0e9128e055eaf84635c85de7b8139 (patch)
treeae1fb8133c9dc87cc7e267ead0906a27165acbc4 /lib/misc.h
parent00a348f332021405f90b86748fe209bf1e820830 (diff)
downloadlibrpm-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.h9
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