base64.h

Go to the documentation of this file.
00001 
00016 #ifndef BASE64_H
00017 #define BASE64_h
00018 
00019 unsigned char * base64_encode(const unsigned char *src, size_t len,
00020                               size_t *out_len);
00021 unsigned char * base64_decode(const unsigned char *src, size_t len,
00022                               size_t *out_len);
00023 
00024 #endif /* BASE64_H */
00025 
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines

Generated on Sat Nov 21 23:16:53 2009 for hostapd by  doxygen 1.6.1