Lines 11-25
Link Here
|
11 |
#ifndef __XMLSEC_BASE64_H__ |
11 |
#ifndef __XMLSEC_BASE64_H__ |
12 |
#define __XMLSEC_BASE64_H__ |
12 |
#define __XMLSEC_BASE64_H__ |
13 |
|
13 |
|
14 |
#ifdef __cplusplus |
|
|
15 |
extern "C" { |
16 |
#endif /* __cplusplus */ |
17 |
|
18 |
#include <libxml/tree.h> |
14 |
#include <libxml/tree.h> |
19 |
|
15 |
|
20 |
#include <xmlsec/xmlsec.h> |
16 |
#include <xmlsec/xmlsec.h> |
21 |
#include <xmlsec/transforms.h> |
17 |
#include <xmlsec/transforms.h> |
22 |
|
18 |
|
|
|
19 |
#ifdef __cplusplus |
20 |
extern "C" { |
21 |
#endif /* __cplusplus */ |
22 |
|
23 |
/** |
23 |
/** |
24 |
* XMLSEC_BASE64_LINESIZE: |
24 |
* XMLSEC_BASE64_LINESIZE: |
25 |
* |
25 |
* |
26 |
- |
|
|