mikroSDK Reference Manual
syslog_client_misc.h
Go to the documentation of this file.
1
31
#ifndef _SYSLOG_CLIENT_MISC_H
32
#define _SYSLOG_CLIENT_MISC_H
33
34
//Dependencies
35
#include "
core/net.h
"
36
#include "
syslog/syslog_client.h
"
37
#include "
date_time.h
"
38
39
//C++ guard
40
#ifdef __cplusplus
41
extern
"C"
{
42
#endif
43
44
//Syslog client related functions
45
size_t
syslogClientFormatTimestamp(time_t time, char_t *buffer);
46
47
//C++ guard
48
#ifdef __cplusplus
49
}
50
#endif
51
52
#endif
date_time.h
Date and time management.
net.h
TCP/IP stack core.
syslog_client.h
Syslog client.