mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-13 15:07:01 +03:00
add nanopb (manual)
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
/* 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
|
||||
|
||||
Reference in New Issue
Block a user