Move Error::Parse enum into avclan.h

This commit is contained in:
Allen Hill
2026-07-08 09:41:25 -07:00
parent 1ac9a14811
commit 52b4b625fb
3 changed files with 10 additions and 8 deletions
+6
View File
@@ -151,6 +151,12 @@ struct Error {
MUTED,
};
enum AVCLAN_ENUM_CLASS Parse : uint8_t {
TOO_SHORT = 0x01,
MISMATCH_LENGTH,
LENGTH_TOO_BIG,
};
#ifdef __cplusplus
};
#endif