Re: [PATCH v4 2/3] command.h: Clean-up patch, remove extern from the header

2021-02-02 Thread Bin Meng
On Tue, Feb 2, 2021 at 7:56 PM Kory Maincent wrote: > > Remove the extern of the header because they are useless. > > Signed-off-by: Kory Maincent > --- > include/command.h | 56 +++ > 1 file changed, 28 insertions(+), 28 deletions(-) > Reviewed-by: B

[PATCH v4 2/3] command.h: Clean-up patch, remove extern from the header

2021-02-02 Thread Kory Maincent
Remove the extern of the header because they are useless. Signed-off-by: Kory Maincent --- include/command.h | 56 +++ 1 file changed, 28 insertions(+), 28 deletions(-) diff --git a/include/command.h b/include/command.h index 45d59f92d2..747f8f8095 10