2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-31 14:25:49 +00:00

fd: Mark inherit_fd_lookup_fd static

Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
Pavel Emelyanov
2014-12-30 16:28:39 +03:00
parent 6d6db9e1aa
commit 8f691c40d5
2 changed files with 3 additions and 2 deletions

View File

@@ -171,7 +171,6 @@ extern int dump_unsupp_fd(struct fd_parms *p, int lfd,
extern int inherit_fd_add(char *optarg);
extern void inherit_fd_log(void);
extern int inherit_fd_lookup_id(char *id);
extern struct inherit_fd *inherit_fd_lookup_fd(int fd, const char *caller);
extern int inherit_fd_resolve_clash(int fd);
extern int inherit_fd_fini(void);