diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2006-11-02 12:08:46 +0000 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2006-11-02 12:08:46 +0000 |
commit | 5aa968f1ce0425dd7973cc05385fb0ba9c4bfd1c (patch) | |
tree | 7fde0c80a53d98c1cc1f5c34c4efe6e308a11c90 /nslcd-client.h | |
parent | 78ee48f451bca5932a446c4df202a9ff5dabfd2f (diff) |
rename READ_RESPONSE() macro to READ_RESPONSE_CODE()
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@54 ef36b2f9-881f-0410-afb5-c4e39611909c
Diffstat (limited to 'nslcd-client.h')
-rw-r--r-- | nslcd-client.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nslcd-client.h b/nslcd-client.h index ca9273b..61b28d5 100644 --- a/nslcd-client.h +++ b/nslcd-client.h @@ -49,7 +49,7 @@ FILE *nslcd_client_open(void); if (tmpint32!=(req)) \ { ERROR_OUT_READERROR(fp) } -#define READ_RESPONSE(fp) \ +#define READ_RESPONSE_CODE(fp) \ READ_TYPE(fp,tmpint32,int32_t); \ if (tmpint32!=NSLCD_RS_SUCCESS) \ { ERROR_OUT_NOSUCCESS(fp,tmpint32) } |