]> git.sur5r.net Git - openldap/blob - clients/fax500/fax500.h
Update man page date.
[openldap] / clients / fax500 / fax500.h
1 /* $OpenLDAP$ */
2 #ifndef FAX500_H
3 #define FAX500_H 1
4
5 /* in faxtotpc.c */
6 void  strip_nonnum ( char *str );
7 char *remove_parens( char *ibuf, char *obuf );
8 char *munge_phone  ( char *ibuf, char *obuf );
9 char *faxtotpc     ( char *phone, char *userinfo );
10
11 #endif