MGE System Utility Library - API Documentation v1.6.2
Library of system utility functions.
Loading...
Searching...
No Matches
mge-remsyslog.h
Go to the documentation of this file.
1
17#ifndef MGE_REMSYSLOG_H
18#define MGE_REMSYSLOG_H
19
20#include <libmgec/mge-portability.h>
21
22BEGIN_C_DECLS
23
24int sndremsyslogmsg(const char *hostname, const char *prog_name,
25 const char *message);
26
27END_C_DECLS
28
29#endif /* ndef MGE_REMSYSLOG_H */
BEGIN_C_DECLS int sndremsyslogmsg(const char *hostname, const char *prog_name, const char *message)
Send message to remote syslog server.
Definition remsyslog.c:35