blob: a5fb91007663e03f3a122a87b185a0038b8cfd1a [file] [log] [blame]
/* This module validates that the message structures are in valid state
* after decoding the input data. */
#ifndef VALIDATION_H
#define VALIDATION_H
#include <pb.h>
void validate_message(const void *msg, size_t structsize, const pb_msgdesc_t *msgtype);
#endif