make it work
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14618 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -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_ */
|
||||
|
Reference in New Issue
Block a user