~ubuntu-branches/debian/squeeze/haproxy/squeeze

« back to all changes in this revision

Viewing changes to include/common/base64.h

  • Committer: Bazaar Package Importer
  • Author(s): Arnaud Cornet
  • Date: 2010-04-15 20:00:34 UTC
  • mfrom: (1.1.8 upstream) (2.1.7 sid)
  • Revision ID: james.westby@ubuntu.com-20100415200034-is2r38tyvmtvi3ml
Tags: 1.4.4-1
* New upstream release
* Add splice and tproxy support
* Add regparm optimization on i386
* Switch to dpkg-source 3.0 (quilt) format

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
#include <common/config.h>
18
18
 
19
19
int a2base64(char *in, int ilen, char *out, int olen);
 
20
int base64dec(const char *in, size_t ilen, char *out, size_t olen);
 
21
 
20
22
extern const char base64tab[];
21
23
 
22
24
#endif /* _COMMON_BASE64_H */