2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-22 09:58:09 +00:00

files-ext: Mark dump callback as static

Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
Pavel Emelyanov 2014-02-24 17:30:42 +04:00
parent caa486703f
commit d98925d512

View File

@ -9,7 +9,7 @@
#include "protobuf.h" #include "protobuf.h"
#include "protobuf/ext-file.pb-c.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; int rfd, ret;