diff options
| author | 2014-10-03 15:39:47 +0200 | |
|---|---|---|
| committer | 2014-10-03 15:39:47 +0200 | |
| commit | 62813daf2c4aaec675652d9c1131a58dfa634e38 (patch) | |
| tree | 4427398d97f1295996410fc3dbf86c6de8bf873c /src/base64.h | |
| parent | eab599c151617eef9035343fd63591fa4d09bd3e (diff) | |
| download | libplist-62813daf2c4aaec675652d9c1131a58dfa634e38.tar.gz libplist-62813daf2c4aaec675652d9c1131a58dfa634e38.tar.bz2 | |
Avoid exporting non-public symbols
Diffstat (limited to 'src/base64.h')
| -rw-r--r-- | src/base64.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/base64.h b/src/base64.h index dbaf104..6eee33b 100644 --- a/src/base64.h +++ b/src/base64.h | |||
| @@ -21,9 +21,8 @@ | |||
| 21 | #ifndef BASE64_H | 21 | #ifndef BASE64_H |
| 22 | #define BASE64_H | 22 | #define BASE64_H |
| 23 | #include <stdlib.h> | 23 | #include <stdlib.h> |
| 24 | #include "common.h" | ||
| 25 | 24 | ||
| 26 | _PLIST_INTERNAL char *base64encode(const unsigned char *buf, size_t *size); | 25 | char *base64encode(const unsigned char *buf, size_t *size); |
| 27 | _PLIST_INTERNAL unsigned char *base64decode(const char *buf, size_t *size); | 26 | unsigned char *base64decode(const char *buf, size_t *size); |
| 28 | 27 | ||
| 29 | #endif | 28 | #endif |
