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

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