comparison modules/ldap/eldap.c @ 2268:61855263cb07

[xemacs-hg @ 2004-09-14 14:32:29 by james] Identify functions that don't return, including some DEFUNs.
author james
date Tue, 14 Sep 2004 14:33:07 +0000
parents 9fc738581a9d
children 4ec724310f33
comparison
equal deleted inserted replaced
2267:5753220a0f80 2268:61855263cb07
66 66
67 /************************************************************************/ 67 /************************************************************************/
68 /* Utility Functions */ 68 /* Utility Functions */
69 /************************************************************************/ 69 /************************************************************************/
70 70
71 static void 71 static DECLARE_DOESNT_RETURN (signal_ldap_error (LDAP *, LDAPMessage *, int));
72
73 static DOESNT_RETURN
72 signal_ldap_error (LDAP *ld, LDAPMessage *res, int ldap_err) 74 signal_ldap_error (LDAP *ld, LDAPMessage *res, int ldap_err)
73 { 75 {
74 if (ldap_err <= 0) 76 if (ldap_err <= 0)
75 { 77 {
76 #if defined HAVE_LDAP_PARSE_RESULT 78 #if defined HAVE_LDAP_PARSE_RESULT