mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-29 05:18:00 +00:00
7 lines
173 B
C
7 lines
173 B
C
|
#ifndef __CR_SK_INET_H__
|
||
|
#define __CR_SK_INET_H__
|
||
|
struct inet_sk_info;
|
||
|
int inet_bind(int sk, struct inet_sk_info *);
|
||
|
int inet_connect(int sk, struct inet_sk_info *);
|
||
|
#endif
|