aboutsummaryrefslogtreecommitdiff
path: root/include/log.h
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2015-10-25 08:58:34 -0400
committerFurkan Sahin <furkan-dev@proton.me>2015-10-25 08:58:34 -0400
commita9b92d3d60b541b5b81aabe6b76c2bb0b4dc33ad (patch)
treea72bb20cd5dcdf6f328e6f5cfbd9da870fd82027 /include/log.h
parent302f77a68d8be15d843e3a4e3aada24be1c82c7f (diff)
parentaa14bf0a967e03f62c1e8a86b99b98ec766b7ae3 (diff)
Merge pull request #204 from sce/misc_stuff
Misc stuff
Diffstat (limited to 'include/log.h')
-rw-r--r--include/log.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/log.h b/include/log.h
index f8deaf26..806725a6 100644
--- a/include/log.h
+++ b/include/log.h
@@ -23,4 +23,6 @@ bool _sway_assert(bool condition, const char* format, ...) __attribute__((format
void error_handler(int sig);
void layout_log(const swayc_t *c, int depth);
+const char *swayc_type_string(enum swayc_types type);
+void swayc_log(log_importance_t verbosity, swayc_t *cont, const char* format, ...) __attribute__((format(printf,3,4)));
#endif