mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-01-23 02:14:37 +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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue