From a8ffef65942d3f50f3e4fbc7b81c42cdd90d0f7b Mon Sep 17 00:00:00 2001 From: Daniel Borkmann Date: Sun, 1 May 2011 15:38:41 +0200 Subject: [PATCH] removed function signature --- src/xt_fblock.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/xt_fblock.h b/src/xt_fblock.h index 07c6e96..c33e20e 100644 --- a/src/xt_fblock.h +++ b/src/xt_fblock.h @@ -139,7 +139,6 @@ extern struct fblock *__search_fblock_n(char *name); /* Migrate state from src to dst and drop of dst states */ extern int fblock_migrate(struct fblock *dst, struct fblock *src); -extern int __fblock_migrate(struct fblock *dst, struct fblock *src); /* Notify fblock of new option. */ extern int fblock_set_option(struct fblock *fb, char *opt_string); -- 2.11.4.GIT