diff options
Diffstat (limited to 'src/log/irodeo_log.h')
| -rw-r--r-- | src/log/irodeo_log.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/log/irodeo_log.h b/src/log/irodeo_log.h new file mode 100644 index 0000000..2eb3341 --- /dev/null +++ b/src/log/irodeo_log.h @@ -0,0 +1,12 @@ + +// -- internal -- +// public +#include "rodeo/log.h" + +typedef +struct +{ + rodeo_log_function logging_function; +} +irodeo_log_state_t; + |
