]> git.sur5r.net Git - openldap/blobdiff - include/ac/setproctitle.h
streamline group attr specification/diagnostics
[openldap] / include / ac / setproctitle.h
index 910dc96b151cd8f45af9adc6e179333d7d2f542e..84e165bd8fed53bf2ff455230eaada45cbabd6f1 100644 (file)
@@ -1,13 +1,17 @@
 /* Generic setproctitle.h */
 /* $OpenLDAP$ */
-/*
- * Copyright 1998-2000 The OpenLDAP Foundation, Redwood City, California, USA
+/* This work is part of OpenLDAP Software <http://www.openldap.org/>.
+ *
+ * Copyright 1998-2007 The OpenLDAP Foundation.
  * 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 in file LICENSE in the
+ * top-level directory of the distribution or, alternatively, at
+ * <http://www.OpenLDAP.org/license.html>.
  */
 
 #ifndef _AC_SETPROCTITLE_H
 #      include <libutil.h>
 #else
        /* use lutil version */
-       LIBLUTIL_F (void) (setproctitle) LDAP_P((const char *fmt, ...)) \
-                                   LDAP_GCCATTR((format(printf, 1, 2)));
-       LIBLUTIL_F (int) Argc;
-       LIBLUTIL_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 */