diff options
author | Drew DeVault <sir@cmpwn.com> | 2015-10-18 14:25:57 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2015-10-18 14:25:57 -0400 |
commit | 83c23f274c89e31473fd13b93f287e1c7516a040 (patch) | |
tree | 1ffdb8fcfa91ea9e37a932e58ea7d878c6639cc7 /include/ipc.h | |
parent | ee9b9414b9356593be835c16c68bfc73aad63425 (diff) | |
parent | 3be11a08e61cfc9e72beab612469466035d320c7 (diff) |
Merge pull request #195 from sce/get_socketpath
main: Implement --get-socketpath switch.
Diffstat (limited to 'include/ipc.h')
-rw-r--r-- | include/ipc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ipc.h b/include/ipc.h index 2d71c666..1932ad2d 100644 --- a/include/ipc.h +++ b/include/ipc.h @@ -14,5 +14,6 @@ enum ipc_command_type { void ipc_init(void); void ipc_terminate(void); +struct sockaddr_un *ipc_user_sockaddr(void); #endif |