X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=servers%2Fslapd%2Fback-null%2Fexternal.h;h=89cd33f0dffcc3477984beaa614c04034f1479b1;hb=e2483d8a9bc7fa72bac53d8af3ed215d3a1d80d0;hp=75e3518606248602809258654d3686aa75db6183;hpb=6939c531700652491f4be4688c6a1f35a1ab8a18;p=openldap diff --git a/servers/slapd/back-null/external.h b/servers/slapd/back-null/external.h index 75e3518606..89cd33f0df 100644 --- a/servers/slapd/back-null/external.h +++ b/servers/slapd/back-null/external.h @@ -1,7 +1,22 @@ -/* - * Copyright 2002-2003 The OpenLDAP Foundation, All Rights Reserved. - * COPYING RESTRICTIONS APPLY, see COPYRIGHT file +/* $OpenLDAP$ */ +/* This work is part of OpenLDAP Software . + * + * Copyright 2002-2003 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 + * . */ +/* ACKNOWLEDGEMENTS: + * This work was originally developed by Howard Chu for inclusion + * in OpenLDAP Software. + */ + #ifndef _NULL_EXTERNAL_H #define _NULL_EXTERNAL_H @@ -10,7 +25,7 @@ LDAP_BEGIN_DECL extern BI_init null_back_initialize; extern BI_db_init null_back_db_init; -extern BI_db_destroy null_back_db_destroy; +extern BI_db_destroy null_back_db_destroy; extern BI_db_config null_back_db_config; @@ -18,7 +33,7 @@ extern BI_op_bind null_back_bind; extern BI_op_search null_back_search; -extern BI_op_compare null_back_compare; +extern BI_op_compare null_back_compare; extern BI_op_modify null_back_modify;