File: base64.h

package info (click to toggle)
httptunnel 3.3%2Bdfsg-4
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, buster, stretch
  • size: 924 kB
  • ctags: 457
  • sloc: ansic: 4,707; sh: 330; makefile: 26
file content (9 lines) | stat: -rw-r--r-- 185 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
/*
base64.h
Copyright (C) 1999 Lars Brinkhoff.  See COPYING for terms and conditions.
*/

#include <sys/types.h>

ssize_t encode_base64 (const void *data, size_t length, char **code);