File: getname.h

package info (click to toggle)
abook 0.5.3-3
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,084 kB
  • ctags: 759
  • sloc: ansic: 6,613; sh: 3,272; cpp: 956; python: 256; perl: 91; makefile: 89
file content (9 lines) | stat: -rw-r--r-- 128 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
#ifndef _GETNAME_H
#define _GETNAME_H

void getname(char *, char **, char **);
#if 0
char *spamify(char *input);
#endif

#endif