summaryrefslogtreecommitdiff
path: root/Tests/ConfigSources/iface.h
blob: 810456cbc64d62fff884a5d90fb1ffb88f25ec68 (plain)
1
2
3
4
5
6
7
8
9
10

int iface_src();

#ifdef CFG_DEBUG
int iface_debug();
#endif

#ifdef CFG_OTHER
int iface_other();
#endif