aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/base64.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-12-24 11:28:30 +0000
committerChristian Grothoff <christian@grothoff.org>2013-12-24 11:28:30 +0000
commita372d23b4ee68d578a7482f6b2b17018bbe53b5e (patch)
treed9c30d3a78b74a689a51a66c33e20b22a62e2606 /src/microhttpd/base64.h
parent324e9852db193ead4a319fc4099baf2b0b8c456d (diff)
downloadlibmicrohttpd-a372d23b4ee68d578a7482f6b2b17018bbe53b5e.tar.gz
libmicrohttpd-a372d23b4ee68d578a7482f6b2b17018bbe53b5e.zip
-hide symbols
Diffstat (limited to 'src/microhttpd/base64.h')
-rw-r--r--src/microhttpd/base64.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/microhttpd/base64.h b/src/microhttpd/base64.h
index 831adf97..34948c07 100644
--- a/src/microhttpd/base64.h
+++ b/src/microhttpd/base64.h
@@ -11,7 +11,8 @@
11 11
12#include "platform.h" 12#include "platform.h"
13 13
14char * 14HIDDEN_SYMBOL
15char *
15BASE64Decode(const char* src); 16BASE64Decode(const char* src);
16 17
17#endif /* !BASE64_H */ 18#endif /* !BASE64_H */