mbox series

[iproute2,0/4] drop extern from function prototypes

Message ID 20180820230231.24723-1-stephen@networkplumber.org
Headers show
Series drop extern from function prototypes | expand

Message

Stephen Hemminger Aug. 20, 2018, 11:02 p.m. UTC
iproute2 uses kernel style guidelines

Stephen Hemminger (4):
  ip: drop extern from function prototype
  bridge: drop extern from function prototypes
  genl: drop extern from function prototypes
  tc: drop extern from function prototypes

 bridge/br_common.h | 18 +++++++++---------
 genl/genl_utils.h  |  5 +++--
 ip/ip_common.h     |  2 +-
 tc/m_ematch.h      | 35 +++++++++++++++--------------------
 tc/m_pedit.h       | 31 +++++++++++++++----------------
 tc/tc_common.h     | 30 +++++++++++++++---------------
 tc/tc_red.h        |  7 ++++---
 7 files changed, 62 insertions(+), 66 deletions(-)