File SolidSyslogEndpointHost.h¶
File List > Core > Interface > SolidSyslogEndpointHost.h
Go to the documentation of this file
#ifndef SOLIDSYSLOGENDPOINTHOST_H
#define SOLIDSYSLOGENDPOINTHOST_H
#include "ExternC.h"
#include <stddef.h>
EXTERN_C_BEGIN
struct SolidSyslogEndpointHost;
void SolidSyslogEndpointHost_String(struct SolidSyslogEndpointHost * host, const char* source, size_t maxLength);
EXTERN_C_END
#endif /* SOLIDSYSLOGENDPOINTHOST_H */