aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ipmi-update.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-ipmi-update.c')
-rw-r--r--epan/dissectors/packet-ipmi-update.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-ipmi-update.c b/epan/dissectors/packet-ipmi-update.c
index 713e481e12..cb42ac66ce 100644
--- a/epan/dissectors/packet-ipmi-update.c
+++ b/epan/dissectors/packet-ipmi-update.c
@@ -38,7 +38,7 @@ static ipmi_cmd_t cmd_update[] = {
};
void
-ipmi_register_update(gint proto_ipmi _U_)
+proto_register_ipmi_update(void)
{
ipmi_register_netfn_cmdtab(IPMI_UPDATE_REQ, IPMI_OEM_PPS, NULL, 0, NULL,
cmd_update, array_length(cmd_update));