mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-22 01:51:51 +00:00
files-ext: Mark dump callback as static
Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
parent
caa486703f
commit
d98925d512
@ -9,7 +9,7 @@
|
||||
#include "protobuf.h"
|
||||
#include "protobuf/ext-file.pb-c.h"
|
||||
|
||||
int dump_one_ext_file(int lfd, u32 id, const struct fd_parms *p)
|
||||
static int dump_one_ext_file(int lfd, u32 id, const struct fd_parms *p)
|
||||
{
|
||||
int rfd, ret;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user