#ifndef MAD_IBS_H #define MAD_IBS_H // types struct in_cmd; // interface void pro_ibs(struct in_cmd*); #endif // MAD_IBS_H