]> git.sur5r.net Git - openldap/blob - clients/fax500/fax500.h
Protoized, moved extern definitions to .h files, fixed related bugs.
[openldap] / clients / fax500 / fax500.h
1 #include <stdio.h>
2 #include <ac/ctype.h>
3 #include <ac/string.h>
4 extern char *strdup (const char *);
5
6 /* in faxtotpc.c */
7 void  strip_nonnum ( char *str );
8 char *remove_parens( char *ibuf, char *obuf );
9 char *munge_phone  ( char *ibuf, char *obuf );
10 char *faxtotpc     ( char *phone, char *userinfo );