diff options
author | jbj <devnull@localhost> | 2001-10-21 21:43:32 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2001-10-21 21:43:32 +0000 |
commit | 1ad22a0bc4efaad2113975267bf5bf0708cb870e (patch) | |
tree | ae4d2e9f20d1a79002a838d5265bc54fa9b0851d /rpmio/rpmio_internal.h | |
parent | d5dd3dfbc6f0e9128e055eaf84635c85de7b8139 (diff) | |
download | librpm-tizen-1ad22a0bc4efaad2113975267bf5bf0708cb870e.tar.gz librpm-tizen-1ad22a0bc4efaad2113975267bf5bf0708cb870e.tar.bz2 librpm-tizen-1ad22a0bc4efaad2113975267bf5bf0708cb870e.zip |
- all symbols but hdrVec are now forward references in linkage.
CVS patchset: 5128
CVS date: 2001/10/21 21:43:32
Diffstat (limited to 'rpmio/rpmio_internal.h')
-rw-r--r-- | rpmio/rpmio_internal.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/rpmio/rpmio_internal.h b/rpmio/rpmio_internal.h index 155df6fcd..e59bb6091 100644 --- a/rpmio/rpmio_internal.h +++ b/rpmio/rpmio_internal.h @@ -535,15 +535,6 @@ int rpmioSlurp(const char * fn, /*@globals fileSystem @*/ /*@modifies *bp, *blenp, fileSystem @*/; -/** - * Check if file esists using stat(2). - * @param urlfn file name (may be URL) - * @return 1 if file exists, 0 if not - */ -int rpmioFileExists(const char * urlfn) - /*@globals fileSystem @*/ - /*@modifies fileSystem @*/; - #ifdef __cplusplus } #endif |