MGE System Utility Library - Full Internal Documentation  v1.7.3
Library of system utility functions.
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 
22 BEGIN_C_DECLS
23 
24 int sndremsyslogmsg(const char *hostname, const char *prog_name,
25  const char *message);
26 
27 END_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