diff options
author | jbj <devnull@localhost> | 2001-09-15 13:49:11 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2001-09-15 13:49:11 +0000 |
commit | da9b21485cd9400883de08b2754bd103f25144da (patch) | |
tree | 0b547ef38f19e147958a6fc4a9fc283727b81d97 /lib/misc.h | |
parent | 2b23209fceb4377bd4c4b5230c580122ffa81b41 (diff) | |
download | librpm-tizen-da9b21485cd9400883de08b2754bd103f25144da.tar.gz librpm-tizen-da9b21485cd9400883de08b2754bd103f25144da.tar.bz2 librpm-tizen-da9b21485cd9400883de08b2754bd103f25144da.zip |
Sync with rpm-4_0 branch.
CVS patchset: 5048
CVS date: 2001/09/15 13:49:11
Diffstat (limited to 'lib/misc.h')
-rw-r--r-- | lib/misc.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/misc.h b/lib/misc.h index 1b36478b8..9ad8483cb 100644 --- a/lib/misc.h +++ b/lib/misc.h @@ -47,13 +47,6 @@ void freeSplitString( /*@only@*/ char ** list) int rpmfileexists(const char * urlfn) /*@modifies fileSystem @*/; -#ifdef DYING -/** - */ -int rpmvercmp(const char * a, const char * b) - /*@*/; -#endif - /* * These are like the libc functions, but they malloc() the space which * is needed. |