#ifndef MAD_EMIT_H #define MAD_EMIT_H // types struct in_cmd; // interface void pro_emit(struct in_cmd* cmd); #endif // MAD_EMIT_H