00001 00011 #ifndef SERIALIZATION_IMPL_PROTOBUF_H_ 00012 #define SERIALIZATION_IMPL_PROTOBUF_H_ 00013 00014 #include "messaging/serialization.h" 00015 00016 #ifdef __cplusplus 00017 extern "C" { 00018 #endif 00019 00021 Serializer * serializer_impl_protobuf_new(void); 00022 00023 #ifdef __cplusplus 00024 } 00025 #endif 00026 00027 #endif /* SERIALIZATION_IMPL_PROTOBUF_H_ */