diff options
Diffstat (limited to 'include/base64.h')
-rw-r--r-- | include/base64.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/base64.h b/include/base64.h new file mode 100644 index 0000000..a9164c0 --- /dev/null +++ b/include/base64.h @@ -0,0 +1,7 @@ +#ifndef BASE64_H +#define BASE64_H + +extern int b64decode(); +extern int b64encode(); + +#endif |