2020-02-01 23:06:01 +01:00

11 lines
106 B
C

int iface_src();
#ifdef CFG_DEBUG
int iface_debug();
#endif
#ifdef CFG_OTHER
int iface_other();
#endif