mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-04-23 04:25:42 +02:00
9 lines
158 B
C
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);
|