am 87b4286f: Merge "Expose dn_comp and dn_expand to system C code."
* commit '87b4286f092094a2e8069a06e20ef5036a258172': Expose dn_comp and dn_expand to system C code.
This commit is contained in:
@@ -43,12 +43,14 @@ struct res_state;
|
||||
extern struct __res_state *__res_state(void);
|
||||
#define _res (*__res_state())
|
||||
|
||||
/* Base-64 functions - because some code expects it there */
|
||||
#define b64_ntop __b64_ntop
|
||||
#define b64_pton __b64_pton
|
||||
extern int b64_ntop(u_char const*, size_t, char*, size_t);
|
||||
extern int b64_pton(char const*, u_char*, size_t);
|
||||
|
||||
#define b64_ntop __b64_ntop
|
||||
#define b64_pton __b64_pton
|
||||
extern int b64_ntop(u_char const *, size_t, char *, size_t);
|
||||
extern int b64_pton(char const *, u_char *, size_t);
|
||||
#define dn_comp __dn_comp
|
||||
extern int dn_comp(const char*, u_char*, int, u_char**, u_char**);
|
||||
extern int dn_expand(const u_char*, const u_char*, const u_char*, char*, int);
|
||||
|
||||
__END_DECLS
|
||||
|
||||
|
||||
Reference in New Issue
Block a user