Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/nslcd/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'nslcd/util.h')
-rw-r--r--nslcd/util.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/nslcd/util.h b/nslcd/util.h
index f329daf..6a27538 100644
--- a/nslcd/util.h
+++ b/nslcd/util.h
@@ -26,6 +26,8 @@
#ifndef _LDAP_NSS_LDAP_UTIL_H
#define _LDAP_NSS_LDAP_UTIL_H
+#include "common/tio.h"
+
/*
* get the RDN's value: eg. if the RDN was cn=lukeh, getrdnvalue(entry)
* would return lukeh.
@@ -34,7 +36,7 @@ enum nss_status _nss_ldap_getrdnvalue(LDAPMessage *entry,
const char *rdntype,
char **rval, char **buffer, size_t * buflen);
-int _nss_ldap_write_rndvalue(FILE *fp,LDAPMessage *entry,const char *rdntype);
+int _nss_ldap_write_rndvalue(TFILE *fp,LDAPMessage *entry,const char *rdntype);
/*
* map a distinguished name to a login name, or group entry