2 * Lightweight Autonomic Network Architecture
4 * Copyright 2011 Daniel Borkmann <dborkma@tik.ee.ethz.ch>,
5 * Swiss federal institute of technology (ETH Zurich)
12 #include "xt_fblock.h"
14 extern int register_fblock_type(struct fblock_factory
*fops
);
15 extern void unregister_fblock_type(struct fblock_factory
*fops
);
16 extern struct fblock
*build_fblock_object(char *type
, char *name
);
17 extern int init_fblock_builder(void);
18 extern void cleanup_fblock_builder(void);
20 #endif /* XT_BUILDER_H */