yambar/modules/i3-common.h
2019-02-13 21:55:03 +01:00

9 lines
158 B
C

#pragma once
#include <stdbool.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <sys/un.h>
bool i3_get_socket_address(struct sockaddr_un *addr);