#ifndef SERIALIZATION_H #define SERIALIZATION_H #include "msg.h" int unmarshal_button_msg(const char *str, struct button_msg *msg); int unmarshal_brightness_msg(const char *str, struct brightness_msg *msg); #endif /* SERIALIZATION_H */