diff 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
line wrap: on
line diff
--- a/modules/ldap/eldap.c	Tue Sep 14 02:53:16 2004 +0000
+++ b/modules/ldap/eldap.c	Tue Sep 14 14:33:07 2004 +0000
@@ -68,7 +68,9 @@
 /*                         Utility Functions                            */
 /************************************************************************/
 
-static void
+static DECLARE_DOESNT_RETURN (signal_ldap_error (LDAP *, LDAPMessage *, int));
+
+static DOESNT_RETURN
 signal_ldap_error (LDAP *ld, LDAPMessage *res, int ldap_err)
 {
   if (ldap_err <= 0)