]> arthur.barton.de Git - netatalk.git/blob - include/atalk/server_ipc.h
0765c73c62f5da7e7ac493ed5c0c13b7d51ccf05
[netatalk.git] / include / atalk / server_ipc.h
1 #ifndef ATALK_SERVER_IPC_H
2 #define ATALK_SERVER_IPC_H
3
4 #include <atalk/server_child.h>
5 #include <atalk/globals.h>
6
7 #define IPC_DISCOLDSESSION   0
8 #define IPC_GETSESSION       1
9
10 extern int ipc_server_read(server_child_t *children, int fd);
11 extern int ipc_child_write(int fd, uint16_t command, int len, void *token);
12
13 #endif /* IPC_GETSESSION_LOGIN */