- Notifications
You must be signed in to change notification settings - Fork 51
Expand file tree
/
Copy pathcmdsocket.h
More file actions
Latest commit
10 lines (9 loc) · 437 Bytes
/
Copy pathcmdsocket.h
File metadata and controls
10 lines (9 loc) · 437 Bytes
1
2
3
4
5
6
7
8
9
10
/* Copyright 2010 Stefan Tomanek <stefan.tomanek+th@wertarbyte.de>
* You have permission to copy, modify, and redistribute under the
* terms of the GPLv3 or any later version.
* For full license terms, see COPYING.
*/
intbind_cmdsocket(char*name);
structcommand*read_command(intcmd_fd);
intsend_command(intcmd_fd, enumcommand_typetype, char*param, intpassfd, intexclusive, char*tag);
intconnect_cmdsocket(char*name);