mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-15 03:01:09 +08:00
403f4479bc
Replace old Id as needed (back-tcl). Leave updating of contribWare to contributors (for now).
12 lines
262 B
C
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
|