#ifndef MAD_6TRACK_H #define MAD_6TRACK_H // types struct in_cmd; // interface void conv_sixtrack(struct in_cmd* mycmd); #endif // MAD_6TRACK_H