]> git.proxmox.com Git - mirror_iproute2.git/blobdiff - include/bpf_util.h
tc: full JSON support for 'bpf' actions
[mirror_iproute2.git] / include / bpf_util.h
index 63837a04e56fedd6f35bb33d183428258b7f02ea..63db07ca49aebe220742869ca6769de8e3531733 100644 (file)
@@ -272,7 +272,7 @@ const char *bpf_prog_to_default_section(enum bpf_prog_type type);
 int bpf_graft_map(const char *map_path, uint32_t *key, int argc, char **argv);
 int bpf_trace_pipe(void);
 
-void bpf_print_ops(FILE *f, struct rtattr *bpf_ops, __u16 len);
+void bpf_print_ops(struct rtattr *bpf_ops, __u16 len);
 
 int bpf_prog_load(enum bpf_prog_type type, const struct bpf_insn *insns,
                  size_t size_insns, const char *license, char *log,