Actions
Task #5586
closedrust/applayertemplate: remove pub and no_mangle from extern functions that don't need it
Effort:
low
Difficulty:
low
Label:
Outreachy
Description
In the Rust applayertemplate parser, extern "C" functions that are only used as function pointers in the registration function do not need to be no_mangle or extern.
Updated by Juliana Fajardini Reichow about 2 years ago
- Target version changed from TBD to 8.0.0-beta1
Updated by Jason Ish about 2 years ago
- Status changed from New to Closed
- Assignee changed from Community Ticket to Jason Ish
- Target version changed from 8.0.0-beta1 to 7.0.0-rc1
Changed made as part of https://github.com/OISF/suricata/pull/8182.
Actions