summaryrefslogtreecommitdiffstats
path: root/fluent-bit/plugins/out_chronicle/chronicle_conf.h
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-05 11:19:16 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-07-24 09:53:24 +0000
commitb5f8ee61a7f7e9bd291dd26b0585d03eb686c941 (patch)
treed4d31289c39fc00da064a825df13a0b98ce95b10 /fluent-bit/plugins/out_chronicle/chronicle_conf.h
parentAdding upstream version 1.44.3. (diff)
downloadnetdata-upstream.tar.xz
netdata-upstream.zip
Adding upstream version 1.46.3.upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'fluent-bit/plugins/out_chronicle/chronicle_conf.h')
-rw-r--r--fluent-bit/plugins/out_chronicle/chronicle_conf.h29
1 files changed, 0 insertions, 29 deletions
diff --git a/fluent-bit/plugins/out_chronicle/chronicle_conf.h b/fluent-bit/plugins/out_chronicle/chronicle_conf.h
deleted file mode 100644
index 76dcfb3d2..000000000
--- a/fluent-bit/plugins/out_chronicle/chronicle_conf.h
+++ /dev/null
@@ -1,29 +0,0 @@
-/* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
-
-/* Fluent Bit
- * ==========
- * Copyright (C) 2015-2023 The Fluent Bit Authors
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-#ifndef FLB_OUT_CHRONICLE_CONF_H
-#define FLB_OUT_CHRONICLE_CONF_H
-
-#include "chronicle.h"
-
-struct flb_chronicle *flb_chronicle_conf_create(struct flb_output_instance *ins,
- struct flb_config *config);
-int flb_chronicle_conf_destroy(struct flb_chronicle *ctx);
-
-#endif