diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2015-08-24 21:40:38 -0400 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2015-08-24 21:40:38 -0400 |
| commit | 4ebbd47e9037830ce1a9632180360b82b0d7ba36 (patch) | |
| tree | 0c193e7e81b497510e7e4927df5e105749ae8b24 /include | |
| parent | 7eee2ae048d822157c0f0362f766202453b76f59 (diff) | |
| parent | 6ab36e9e8d297dbb0434301c761b919b051e91df (diff) | |
Merge pull request #125 from Luminarys/master
Added in backtrace printing
Diffstat (limited to 'include')
| -rw-r--r-- | include/log.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/log.h b/include/log.h index 3d77769c..945ad239 100644 --- a/include/log.h +++ b/include/log.h @@ -16,6 +16,7 @@ void sway_log(log_importance_t verbosity, const char* format, ...) __attribute__ void sway_log_errno(log_importance_t verbosity, char* format, ...) __attribute__((format(printf,2,3))); void sway_abort(const char* format, ...) __attribute__((format(printf,1,2))); bool sway_assert(bool condition, const char* format, ...) __attribute__((format(printf,2,3))); +void error_handler(int sig); void layout_log(const swayc_t *c, int depth); #endif |
