summaryrefslogtreecommitdiffstats
path: root/lib/base64.h
diff options
context:
space:
mode:
authorThomas Guyot-Sionnest <dermoth@users.sourceforge.net>2007-11-09 21:17:03 (GMT)
committerThomas Guyot-Sionnest <dermoth@users.sourceforge.net>2007-11-09 21:17:03 (GMT)
commit7a05ad0166ac11d4206d934825728b56a58d8edd (patch)
tree771b5f856eaa9e38ed4ef525ecefcf1b72e85949 /lib/base64.h
parent29471dda5ae9e750809e7a25b93d6bf6a2913bc2 (diff)
downloadmonitoring-plugins-7a05ad0166ac11d4206d934825728b56a58d8edd.tar.gz
Moved base64 function to /lib.
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1817 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'lib/base64.h')
-rw-r--r--lib/base64.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/base64.h b/lib/base64.h
new file mode 100644
index 0000000..1e0a0b0
--- /dev/null
+++ b/lib/base64.h
@@ -0,0 +1,4 @@
1/* Header file for base64.c */
2
3char *base64 (const char *bin, size_t len);
4