diff options
author | jbj <devnull@localhost> | 2000-12-12 20:03:45 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2000-12-12 20:03:45 +0000 |
commit | db32ab6bea1b635129820d6b628e6156c61b5385 (patch) | |
tree | 055f7ee7d5e06ba0b3e858b82f639310b892503d /rpmio/base64.c | |
parent | 2e9d2616969433851a1c883c900d6ea5acde67b7 (diff) | |
download | librpm-tizen-db32ab6bea1b635129820d6b628e6156c61b5385.tar.gz librpm-tizen-db32ab6bea1b635129820d6b628e6156c61b5385.tar.bz2 librpm-tizen-db32ab6bea1b635129820d6b628e6156c61b5385.zip |
Sync with rpm-4_0 branch.
CVS patchset: 4338
CVS date: 2000/12/12 20:03:45
Diffstat (limited to 'rpmio/base64.c')
-rw-r--r-- | rpmio/base64.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/rpmio/base64.c b/rpmio/base64.c index 159d6e371..80ecee930 100644 --- a/rpmio/base64.c +++ b/rpmio/base64.c @@ -1,13 +1,12 @@ /** \ingroup signature * \file rpmio/base64.c - * */ static int _debug = 0; #include "system.h" - #include "base64.h" +#include "debug.h" int B64decode (const char * s, void ** datap, size_t *lenp) { |