make it work

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14618 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2005-03-04 16:59:19 +00:00
parent 201a3a4122
commit 2add6e06b2

View File

@@ -33,14 +33,13 @@
/* $Id$ */
#ifndef _BASE64_H_
#define _BASE64_H_
#ifndef _rk_HEX_H_
#define _rk_HEX_H_ 1
#define hex_encode rk_hex_encode
#define hex_decode rk_hex_decode
ssize_t hex_encode(const void *, int, char **);
ssize_t hex_encode(const void *, size_t, char **);
ssize_t hex_decode(const char *, void *, size_t);
#endif /* _BASE64_H_ */
#endif /* _rk_HEX_H_ */