File: base64.h

package info (click to toggle)
dsniff 2.4b1%2Bdebian-25
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,972 kB
  • ctags: 2,482
  • sloc: ansic: 10,818; sh: 152; makefile: 121
file content (15 lines) | stat: -rw-r--r-- 212 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
 * base64.h
 *
 * Base-64 routines.
 *
 * $Id: base64.h,v 1.2 2001/03/15 08:33:05 dugsong Exp $
 */

#ifndef BASE64_H
#define BASE64_H

int	base64_pton(char const *, u_char *, size_t);

#endif /* BASE64_H */