]> git.sur5r.net Git - openldap/blobdiff - include/ac/setproctitle.h
Fix ITS#1983, handle writing of large requests. Only one pending request is
[openldap] / include / ac / setproctitle.h
index 816b78b2e910ff39228809997f5b3d8c25ed33e2..eb2b2bdab2a3e5a3842b4e145139b776d0d3a274 100644 (file)
@@ -1,13 +1,14 @@
 /* Generic setproctitle.h */
 /* $OpenLDAP$ */
 /*
- * Copyright 1998,1999 The OpenLDAP Foundation, Redwood City, California, USA
+ * Copyright 1998-2002 The OpenLDAP Foundation, Redwood City, California, USA
  * All rights reserved.
  *
- * Redistribution and use in source and binary forms are permitted only
- * as authorized by the OpenLDAP Public License.  A copy of this
- * license is available at http://www.OpenLDAP.org/license.html or
- * in file LICENSE in the top-level directory of the distribution.
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted only as authorized by the OpenLDAP
+ * Public License.  A copy of this license is available at
+ * http://www.OpenLDAP.org/license.html or in file LICENSE in the
+ * top-level directory of the distribution.
  */
 
 #ifndef _AC_SETPROCTITLE_H
 #      include <libutil.h>
 #else
        /* use lutil version */
-       LDAP_F(void) (setproctitle) LDAP_P((const char *fmt, ...));
-       LDAP_F(int) Argc;
-       LDAP_F(char) **Argv;
+       LDAP_LUTIL_F (void) (setproctitle) LDAP_P((const char *fmt, ...)) \
+               LDAP_GCCATTR((format(printf, 1, 2)));
+       LDAP_LUTIL_V (int) Argc;
+       LDAP_LUTIL_V (char) **Argv;
 #endif
 
 #endif /* LDAP_PROCTITLE */