From 5ea77a75dd2d2158401331879f3c8f47940a732c Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 18:35:32 +0200 Subject: Adding upstream version 2.5.13+dfsg. Signed-off-by: Daniel Baumann --- servers/slapd/back-asyncmeta/proto-asyncmeta.h | 53 ++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 servers/slapd/back-asyncmeta/proto-asyncmeta.h (limited to 'servers/slapd/back-asyncmeta/proto-asyncmeta.h') diff --git a/servers/slapd/back-asyncmeta/proto-asyncmeta.h b/servers/slapd/back-asyncmeta/proto-asyncmeta.h new file mode 100644 index 0000000..54041fa --- /dev/null +++ b/servers/slapd/back-asyncmeta/proto-asyncmeta.h @@ -0,0 +1,53 @@ +/* $OpenLDAP$ */ +/* This work is part of OpenLDAP Software . + * + * Copyright 2016-2022 The OpenLDAP Foundation. + * Portions Copyright 2016 Symas Corporation. + * 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 developed by Symas Corporation + * based on back-meta module for inclusion in OpenLDAP Software. + * This work was sponsored by Ericsson. */ + +#ifndef PROTO_ASYNCMETA_H +#define PROTO_ASYNCMETA_H + +LDAP_BEGIN_DECL + +extern BI_init asyncmeta_back_initialize; + +extern BI_open asyncmeta_back_open; +extern BI_close asyncmeta_back_close; +extern BI_destroy asyncmeta_back_destroy; + +extern BI_db_init asyncmeta_back_db_init; +extern BI_db_open asyncmeta_back_db_open; +extern BI_db_destroy asyncmeta_back_db_destroy; +extern BI_db_close asyncmeta_back_db_close; +extern BI_db_config asyncmeta_back_db_config; + +extern BI_op_bind asyncmeta_back_bind; +extern BI_op_search asyncmeta_back_search; +extern BI_op_compare asyncmeta_back_compare; +extern BI_op_modify asyncmeta_back_modify; +extern BI_op_modrdn asyncmeta_back_modrdn; +extern BI_op_add asyncmeta_back_add; +extern BI_op_delete asyncmeta_back_delete; + +extern BI_connection_destroy asyncmeta_back_conn_destroy; + +int asyncmeta_back_init_cf( BackendInfo *bi ); + +LDAP_END_DECL + +#endif /* PROTO_ASYNCMETA_H */ -- cgit v1.2.3