Added include guards and removed unused includes

This commit is contained in:
Jindra Dolezy
2015-04-11 00:35:55 +02:00
parent a3e8a6e287
commit a1b8b82816
5 changed files with 15 additions and 2118 deletions
+5
View File
@@ -1 +1,6 @@
#ifndef BASE64_H
#define BASE64_H
int base64_decode(size_t in_len, const char *in, size_t out_len, unsigned char *out);
#endif