syslog-ng source
console.h
Go to the documentation of this file.
1 /*
2  * Copyright (c) 2002-2012 Balabit
3  * Copyright (c) 1998-2012 Balázs Scheidler
4  * Copyright (c) 2024 Balázs Scheidler <balazs.scheidler@axoflow.com>
5  *
6  * This library is free software; you can redistribute it and/or
7  * modify it under the terms of the GNU Lesser General Public
8  * License as published by the Free Software Foundation; either
9  * version 2.1 of the License, or (at your option) any later version.
10  *
11  * This library is distributed in the hope that it will be useful,
12  * but WITHOUT ANY WARRANTY; without even the implied warranty of
13  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14  * Lesser General Public License for more details.
15  *
16  * You should have received a copy of the GNU Lesser General Public
17  * License along with this library; if not, write to the Free Software
18  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
19  *
20  * As an additional exemption you are allowed to compile & link against the
21  * OpenSSL libraries as published by the OpenSSL project. See the file
22  * COPYING for details.
23  *
24  */
25 #ifndef SYSLOG_NG_CONSOLE_H_INCLUDED
26 #define SYSLOG_NG_CONSOLE_H_INCLUDED
27 
28 #include "syslog-ng.h"
29 
30 void console_printf(const gchar *fmt, ...) __attribute__ ((format (printf, 1, 2)));
31 
32 gboolean console_acquire_from_fds(gint fds[3], gint fds_to_steal);
33 void console_release(void);
34 void console_destroy(void);
35 
36 void console_global_init(const gchar *console_prefix);
37 void console_global_deinit(void);
38 
39 #endif
const gchar * console_prefix
Definition: console.c:36
void console_release(void)
Definition: console.c:204
void console_global_deinit(void)
Definition: console.c:265
void console_global_init(const gchar *console_prefix)
Definition: console.c:255
void gboolean console_acquire_from_fds(gint fds[3], gint fds_to_steal)
Definition: console.c:125
void console_destroy(void)
Definition: console.c:224
void console_printf(const gchar *fmt,...) __attribute__((format(printf
__attribute__((__visibility__("hidden")))
Definition: native-parser.c:32