HomeFreeBSD

mail: Use a C89 function pointer type for command functions.

Description

mail: Use a C89 function pointer type for command functions.

The command function is defined to always take a void *. Functions
which accept a pointer to an array of pointers use a local temporary
'argv' assigned from the void *arg.

Reviewed by: zlei
Differential Revision: https://reviews.freebsd.org/D39527

Details

Provenance
jhbAuthored on Apr 18 2023, 6:27 PM
Reviewer
zlei
Differential Revision
D39527: mail: Use a C89 function pointer type for command functions.
Parents
rGc330a185b7a7: locate: Use C89 function definitions.
Branches
Unknown
Tags
Unknown