Commit d98925d5 authored by Pavel Emelyanov's avatar Pavel Emelyanov

files-ext: Mark dump callback as static

Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent caa48670
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment