summaryrefslogtreecommitdiff
path: root/lib/misc.c
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2002-02-07 16:55:01 +0000
committerjbj <devnull@localhost>2002-02-07 16:55:01 +0000
commit380b21d69e86fc34f9785369043b3933ec0df645 (patch)
tree9247ff0902be3b3af3c1c04c9b2825d56420fc36 /lib/misc.c
parent56de656223afce0b119f4c44addaaa5642f3ed52 (diff)
downloadrpm-380b21d69e86fc34f9785369043b3933ec0df645.tar.gz
rpm-380b21d69e86fc34f9785369043b3933ec0df645.tar.bz2
rpm-380b21d69e86fc34f9785369043b3933ec0df645.zip
Sync with rpm-4.0.4.
CVS patchset: 5303 CVS date: 2002/02/07 16:55:01
Diffstat (limited to 'lib/misc.c')
-rw-r--r--lib/misc.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/misc.c b/lib/misc.c
index ad61d1b0b..cc0832e99 100644
--- a/lib/misc.c
+++ b/lib/misc.c
@@ -7,6 +7,9 @@
/*@unchecked@*/
static int _debug = 0;
+/* just to put a marker in librpm.a */
+const char * RPMVERSION = VERSION;
+
#include "rpmio_internal.h"
#include <rpmurl.h>
#include <rpmmacro.h> /* XXX for rpmGetPath */
@@ -18,9 +21,6 @@ static int _debug = 0;
/*@access Header@*/ /* XXX compared with NULL */
/*@access FD_t@*/ /* XXX compared with NULL */
-/* just to put a marker in librpm.a */
-const char * RPMVERSION = VERSION;
-
char ** splitString(const char * str, int length, char sep)
{
const char * source;