]> git.sur5r.net Git - openldap/blobdiff - include/ac/setproctitle.h
Import headers with updated notices
[openldap] / include / ac / setproctitle.h
index 910dc96b151cd8f45af9adc6e179333d7d2f542e..ebdfa8ca863ef07a9b88c0086297e34bc5eaba17 100644 (file)
@@ -1,13 +1,14 @@
 /* Generic setproctitle.h */
 /* $OpenLDAP$ */
 /*
- * Copyright 1998-2000 The OpenLDAP Foundation, Redwood City, California, USA
+ * Copyright 1998-2001 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 */
-       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 */