%require-prototypes
--require-prototypes
PO_REQUIRE_PROTOTYPES
Requires type declarations for all function and method parameters and return types. Variables and object members do not need to have type declarations with this option.
See also require-types, which is a superset of this option.