From 3a1886177509b8712e447dbfb65293841a832596 Mon Sep 17 00:00:00 2001 From: Arthur de Jong Date: Fri, 3 Nov 2006 10:03:49 +0000 Subject: small documentation fixes git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@61 ef36b2f9-881f-0410-afb5-c4e39611909c --- nslcd.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nslcd.h') diff --git a/nslcd.h b/nslcd.h index 9ad5cf5..bc86c33 100644 --- a/nslcd.h +++ b/nslcd.h @@ -36,10 +36,10 @@ A response looks like: int32 NSLCD_VERSION int32 NSLCD_ACTION_* (the original request type) - int32 NSLCD_RS_* (response code) + int32 NSLCD_RESULT_* (response code) [result value(s)] If a response would return multiple values (e.g. for NSLCD_ACTION_*_ALL - functions) each return value will be preceded by a NSLCD_RS_* value. + functions) each return value will be preceded by a NSLCD_RESULT_* value. These are the available data types: INT32 - 32-bit integer value -- cgit v1.2.3