mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-27 20:37:57 +00:00
7 lines
149 B
C
7 lines
149 B
C
|
#ifndef __COMPEL_PLUGIN_STD_PRIV_H__
|
||
|
#define __COMPEL_PLUGIN_STD_PRIV_H__
|
||
|
|
||
|
extern int std_ctl_sock(void);
|
||
|
|
||
|
#endif /* __COMPEL_PLUGIN_STD_PRIV_H__ */
|