mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-12-04 19:47:25 +00:00
8 lines
171 B
C
8 lines
171 B
C
#ifndef _TRANSFUSED_VSOCK_H_
|
|
#define _TRANSFUSED_VSOCK_H_
|
|
|
|
int bind_vsock(const char *address);
|
|
int connect_vsock(const char *address);
|
|
|
|
#endif /* _TRANSFUSED_VSOCK_H_ */
|