summaryrefslogtreecommitdiff
path: root/nslcd.h
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2006-11-03 10:03:49 +0000
committerArthur de Jong <arthur@arthurdejong.org>2006-11-03 10:03:49 +0000
commit3a1886177509b8712e447dbfb65293841a832596 (patch)
treeef8e38c78dd76d02eef1a28cadebf3914ac847c5 /nslcd.h
parentd61606ab1ddd1d522bd6224b695b51c7f3c37812 (diff)
small documentation fixes
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@61 ef36b2f9-881f-0410-afb5-c4e39611909c
Diffstat (limited to 'nslcd.h')
-rw-r--r--nslcd.h4
1 files changed, 2 insertions, 2 deletions
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