11 lines
106 B
C
11 lines
106 B
C
|
|
||
|
int iface_src();
|
||
|
|
||
|
#ifdef CFG_DEBUG
|
||
|
int iface_debug();
|
||
|
#endif
|
||
|
|
||
|
#ifdef CFG_OTHER
|
||
|
int iface_other();
|
||
|
#endif
|