Blame winpr/libwinpr/utils/wlog/JournaldAppender.h

Packit Service fa4841
/**
Packit Service fa4841
 * Copyright © 2015 Thincast Technologies GmbH
Packit Service fa4841
 * Copyright © 2015 David FORT <contact@hardening-consulting.com>
Packit Service fa4841
 *
Packit Service fa4841
 * Permission to use, copy, modify, distribute, and sell this software and
Packit Service fa4841
 * its documentation for any purpose is hereby granted without fee, provided
Packit Service fa4841
 * that the above copyright notice appear in all copies and that both that
Packit Service fa4841
 * copyright notice and this permission notice appear in supporting
Packit Service fa4841
 * documentation, and that the name of the copyright holders not be used in
Packit Service fa4841
 * advertising or publicity pertaining to distribution of the software
Packit Service fa4841
 * without specific, written prior permission.  The copyright holders make
Packit Service fa4841
 * no representations about the suitability of this software for any
Packit Service fa4841
 * purpose.  It is provided "as is" without express or implied warranty.
Packit Service fa4841
 *
Packit Service fa4841
 * THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS
Packit Service fa4841
 * SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
Packit Service fa4841
 * FITNESS, IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY
Packit Service fa4841
 * SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER
Packit Service fa4841
 * RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF
Packit Service fa4841
 * CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
Packit Service fa4841
 * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
Packit Service fa4841
 */
Packit Service fa4841
Packit Service fa4841
#ifndef WINPR_LIBWINPR_UTILS_WLOG_JOURNALDAPPENDER_H_
Packit Service fa4841
#define WINPR_LIBWINPR_UTILS_WLOG_JOURNALDAPPENDER_H_
Packit Service fa4841
Packit Service fa4841
#include "wlog.h"
Packit Service fa4841
Packit Service fa4841
wLogAppender* WLog_JournaldAppender_New(wLog* log);
Packit Service fa4841
Packit Service fa4841
#endif /* WINPR_LIBWINPR_UTILS_WLOG_JOURNALDAPPENDER_H_ */