openldap/clients/fax500/fax500.h
Kurt Zeilenga 183a03cc2b Merge in all devel changes since 2.0-alpha2.
Move OPENLDAP_REL_ENG_2_MP forward.
1999-09-10 22:25:02 +00:00

12 lines
262 B
C

/* $OpenLDAP$ */
#ifndef FAX500_H
#define FAX500_H 1
/* in faxtotpc.c */
void strip_nonnum ( char *str );
char *remove_parens( char *ibuf, char *obuf );
char *munge_phone ( char *ibuf, char *obuf );
char *faxtotpc ( char *phone, char *userinfo );
#endif