🌐 AI搜索 & 代理 主页
blob: e271aeec5a07dc8b38b87345046e8eba642b16b1 [file] [log] [blame]
Jeff Kinge2770972011-12-10 10:34:141#ifndef UNIX_SOCKET_H
2#define UNIX_SOCKET_H
3
4int unix_stream_connect(const char *path);
5int unix_stream_listen(const char *path);
6
7#endif /* UNIX_SOCKET_H */