#ifndef MAD_DYNAP_H #define MAD_DYNAP_H // types struct in_cmd; // interface void track_dynap(struct in_cmd* cmd); #endif // MAD_DYNAP_H