glib2.0/glib/gjournal-private.h

26 lines
883 B
C
Raw Normal View History

2023-02-14 16:00:02 +08:00
/*
* Copyright 2016-2022 Collabora Ltd.
2022-06-29 16:02:05 +08:00
*
2023-02-14 16:00:02 +08:00
* SPDX-License-Identifier: LGPL-2.1-or-later
2022-06-29 16:02:05 +08:00
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
2023-02-14 16:00:02 +08:00
* You should have received a copy of the GNU Lesser General Public License
* along with this library; if not, see <http://www.gnu.org/licenses/>.
2022-06-29 16:02:05 +08:00
*/
2023-02-14 16:00:02 +08:00
#ifndef __GLIB_JOURNAL_PRIVATE_H__
#define __GLIB_JOURNAL_PRIVATE_H__
2022-06-29 16:02:05 +08:00
2023-02-14 16:00:02 +08:00
int _g_fd_is_journal (int output_fd);
2022-06-29 16:02:05 +08:00
2023-02-14 16:00:02 +08:00
#endif