#ifndef MAD_SDDS_H #define MAD_SDDS_H // types struct in_cmd; // interface void pro_sdds(struct in_cmd*); #endif // MAD_SDDS_H