Skip to content

File SolidSyslogKeyFunction.h

File List > Core > Interface > SolidSyslogKeyFunction.h

Go to the documentation of this file

#ifndef SOLIDSYSLOGKEYFUNCTION_H
#define SOLIDSYSLOGKEYFUNCTION_H

#include "ExternC.h"

#include <stdbool.h>
#include <stddef.h>
#include <stdint.h>

EXTERN_C_BEGIN

    typedef bool (*SolidSyslogKeyFunction)(void* context, uint8_t* keyOut, size_t capacity, size_t* keyLengthOut);

EXTERN_C_END

#endif /* SOLIDSYSLOGKEYFUNCTION_H */