]> git.sur5r.net Git - openldap/blob - clients/fax500/fax500.h
Provide a little information about SDF, how to use it, and where to get it.h
[openldap] / clients / fax500 / fax500.h
1 #ifndef FAX500_H
2 #define FAX500_H 1
3
4 /* in faxtotpc.c */
5 void  strip_nonnum ( char *str );
6 char *remove_parens( char *ibuf, char *obuf );
7 char *munge_phone  ( char *ibuf, char *obuf );
8 char *faxtotpc     ( char *phone, char *userinfo );
9
10 #endif