projects
/
paraslash.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
06e2536
)
base64.h: Add Copyright and Doxygen header.
author
Andre Noll
<maan@tuebingen.mpg.de>
Tue, 20 Mar 2018 02:58:09 +0000
(
03:58
+0100)
committer
Andre Noll
<maan@tuebingen.mpg.de>
Sun, 8 Apr 2018 12:06:46 +0000
(14:06 +0200)
base64.h
patch
|
blob
|
history
diff --git
a/base64.h
b/base64.h
index
4bfaa99
..
ea62d98
100644
(file)
--- a/
base64.h
+++ b/
base64.h
@@
-1,3
+1,7
@@
+/* Copyright (C) 2016 Andre Noll <maan@tuebingen.mpg.de>, see file COPYING. */
+
+/** \file base64.h uudecode/base64 API. */
+
int uudecode(char const *src, size_t encoded_size, char **result,
size_t *decoded_size);
int base64_decode(char const *src, size_t encoded_size, char **result,