From 0e34be5958a08db6dc02c918dce0fa5f25d5fd6b Mon Sep 17 00:00:00 2001 From: Arthur de Jong Date: Sat, 8 Sep 2007 21:37:03 +0000 Subject: move nss2nslcd() to ldap-nss.c git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@387 ef36b2f9-881f-0410-afb5-c4e39611909c --- nslcd/common.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'nslcd/common.h') diff --git a/nslcd/common.h b/nslcd/common.h index 318c4ef..71282a8 100644 --- a/nslcd/common.h +++ b/nslcd/common.h @@ -29,14 +29,6 @@ #include "common/tio.h" #include "compat/attrs.h" -/* translates a nss code (as defined in nss.h) to a - nslcd return code (as defined in nslcd.h) */ -/* FIXME: this is a temporary hack, get rid of it */ -#include -int nss2nslcd(enum nss_status code) - PURE MUST_USE; - - /* macros for basic read and write operations, the following ERROR_OUT* marcos define the action taken on errors the stream is not closed because the caller closes the -- cgit v1.2.3