bpftool: Remove attach_type_name forward declaration
authorTobias Klauser <tklauser@distanz.ch>
Thu, 30 Jun 2022 09:36:38 +0000 (11:36 +0200)
committerDaniel Borkmann <daniel@iogearbox.net>
Thu, 30 Jun 2022 14:11:20 +0000 (16:11 +0200)
commitb0cbd6154a9a3964490cafa0a9444be626271bd9
treede545411e62c126f4ca8e264102fff693de0f332
parentf0cf642c56b76dfbbb5f2be67fa180191d5ab0ef
bpftool: Remove attach_type_name forward declaration

The attach_type_name definition was removed in commit 1ba5ad36e00f
("bpftool: Use libbpf_bpf_attach_type_str"). Remove its forward
declaration in main.h as well.

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Reviewed-by: Quentin Monnet <quentin@isovalent.com>
Link: https://lore.kernel.org/bpf/20220630093638.25916-1-tklauser@distanz.ch
tools/bpf/bpftool/main.h