]> git.sur5r.net Git - openldap/blobdiff - libraries/libldap/messages.c
happy new year
[openldap] / libraries / libldap / messages.c
index 86c0f172b6c0b5e6b3821201e208e6ef74cdd888..36c06e511da4b2e841d88b61231be2fdecad9ae0 100644 (file)
@@ -1,10 +1,17 @@
+/* messages.c */
 /* $OpenLDAP$ */
-/*
- * Copyright 1998-2003 The OpenLDAP Foundation, All Rights Reserved.
- * COPYING RESTRICTIONS APPLY, see COPYRIGHT file
- */
-/*
- *  messages.c
+/* 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, with or without
+ * modification, are permitted only as authorized by the OpenLDAP
+ * Public License.
+ *
+ * A copy of this license is available in the file LICENSE in the
+ * top-level directory of the distribution or, alternatively, at
+ * <http://www.OpenLDAP.org/license.html>.
  */
 
 #include "portable.h"
@@ -55,7 +62,7 @@ ldap_count_messages( LDAP *ld, LDAPMessage *chain )
 }
 
 BerElement*
-get_ldapmsg_ber( LDAPMessage *ld )
+ldap_get_message_ber( LDAPMessage *ld )
 {
        return ld->lm_ber;
 }