]> git.sur5r.net Git - openldap/blobdiff - clients/fax500/fax500.h
modify ldap_dn2ufn() to return completely typeless UFNs
[openldap] / clients / fax500 / fax500.h
index 41d08495ec7e44418533e569cd1955854064039c..f494e107b62d008fb3e070cf97345c24880cbba3 100644 (file)
@@ -1,10 +1,11 @@
-#include <stdio.h>
-#include <ac/ctype.h>
-#include <ac/string.h>
-extern char *strdup (const char *);
+/* $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