Rearrange logging headers

Ref #270
This commit is contained in:
Drew DeVault 2015-11-28 08:49:02 -05:00
parent 9b62a98f3e
commit e0cb8284fb
5 changed files with 7 additions and 4 deletions

View file

@ -9,5 +9,6 @@ void ipc_terminate(void);
struct sockaddr_un *ipc_user_sockaddr(void);
void ipc_event_workspace(swayc_t *old, swayc_t *new);
const char *swayc_type_string(enum swayc_types type);
#endif