![]() | 1 | initial version |
Section 9.2.1 in the guide has the registration routine, proto_register_foo(), have you somehow omitted that from your source?
Note it must be named in that form, void proto_register_xxx(void)
as a build tool scans for such functions and creates the code to call the registration functions.