| 1 | /* Automatically generated nanopb header */ |
| 2 | /* Generated by nanopb-1.0.0-dev */ |
| 3 | |
| 4 | #ifndef PB_MOSRPC_OPTIONS_PB_H_INCLUDED |
| 5 | #define PB_MOSRPC_OPTIONS_PB_H_INCLUDED |
| 6 | #include <pb.h> |
| 7 | |
| 8 | #if PB_PROTO_HEADER_VERSION != 40 |
| 9 | #error Regenerate this file with the current version of nanopb generator. |
| 10 | #endif |
| 11 | |
| 12 | /* Extensions */ |
| 13 | extern const pb_extension_type_t c_name; /* field type: pb_callback_t c_name; */ |
| 14 | extern const pb_extension_type_t cpp_class_name; /* field type: pb_callback_t cpp_class_name; */ |
| 15 | /* Extension field c_function_name was skipped because only "optional" |
| 16 | type of extension fields is currently supported. */ |
| 17 | /* Extension field cpp_function_name was skipped because only "optional" |
| 18 | type of extension fields is currently supported. */ |
| 19 | |
| 20 | #ifdef __cplusplus |
| 21 | extern "C" { |
| 22 | #endif |
| 23 | |
| 24 | #ifdef __cplusplus |
| 25 | } /* extern "C" */ |
| 26 | #endif |
| 27 | |
| 28 | #endif |
| 29 | |