aboutsummaryrefslogtreecommitdiffstats
path: root/include/rin/diagnostic.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/rin/diagnostic.h')
-rw-r--r--include/rin/diagnostic.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/rin/diagnostic.h b/include/rin/diagnostic.h
index 128e059..09d2fb9 100644
--- a/include/rin/diagnostic.h
+++ b/include/rin/diagnostic.h
@@ -40,6 +40,7 @@ enum rin_diag_outstream {
rin_diag_info
};
+void rin_diag_init(void);
int rin_diag_flags(int flag, int action);
int rin_diag_set_outstream(enum rin_diag_outstream channel, FILE *stream);