]> git.deb.at Git - pkg/abook.git/blob - getname.h
autotools update: 2/2: autofiles after `autoreconf -f`
[pkg/abook.git] / getname.h
1 #ifndef _GETNAME_H
2 #define _GETNAME_H
3
4 void getname(char *, char **, char **);
5 #if 0
6 char *spamify(char *input);
7 #endif
8
9 #endif