MGE System Utility Library - API Documentation
v1.1.3
Library of system utility functions.
remsyslog.h
Go to the documentation of this file.
1
17
/* **********************************************************************
18
* *
19
* Changelog *
20
* *
21
* Date Author Version Description *
22
* *
23
* 12/07/2015 MG 1.0.1 First release. *
24
* 16/07/2016 MG 1.0.2 Move towards kernel coding style. *
25
* 17/07/2016 MG 1.0.3 Further coding style changes. *
26
* 07/11/2017 MG 1.0.4 Add Doxygen comments. *
27
* 10/11/2017 MG 1.0.5 Add SPDX license tag. *
28
* 02/01/2018 MG 1.0.6 Move to new source directory structure. *
29
* 16/05/2019 MG 1.0.7 Collapse AT subprojects into one. *
30
* 30/10/2019 MG 1.0.8 Apply clang-format. *
31
* *
32
************************************************************************
33
*/
34
35
#ifndef REMSYSLOG_H
36
#define REMSYSLOG_H
37
38
#include <portability.h>
39
40
BEGIN_C_DECLS
41
42
int
sndremsyslogmsg
(
const
char
*hostname,
const
char
*prog_name,
43
const
char
*message);
44
45
END_C_DECLS
46
47
#endif
/* ndef REMSYSLOG_H */
48
sndremsyslogmsg
BEGIN_C_DECLS int sndremsyslogmsg(const char *hostname, const char *prog_name, const char *message)
Send message to remote syslog server.
Definition:
remsyslog.c:63
src
prg
c
inc
remsyslog.h
Generated by
1.8.13