summaryrefslogtreecommitdiffstats
path: root/client/log.h
diff options
context:
space:
mode:
Diffstat (limited to 'client/log.h')
-rw-r--r--client/log.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/client/log.h b/client/log.h
new file mode 100644
index 0000000..3b34bcd
--- /dev/null
+++ b/client/log.h
@@ -0,0 +1,12 @@
+#ifndef foologhfoo
+#define foologhfoo
+
+#include "connection.h"
+
+void log_widget_init();
+void log_widget_append(conn_info_t *ci);
+void log_widget_verdict(conn_info_t *ci, verdict_t v);
+void log_widget_clear();
+void log_widget_cut();
+
+#endif