diff options
Diffstat (limited to 'Tests/ConfigSources/iface.h')
-rw-r--r-- | Tests/ConfigSources/iface.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Tests/ConfigSources/iface.h b/Tests/ConfigSources/iface.h new file mode 100644 index 0000000..810456c --- /dev/null +++ b/Tests/ConfigSources/iface.h @@ -0,0 +1,10 @@ + +int iface_src(); + +#ifdef CFG_DEBUG +int iface_debug(); +#endif + +#ifdef CFG_OTHER +int iface_other(); +#endif |