dep-protobuf/rust/cpp_kernel/compare.h
Yamil Morales 582e80eb8a Set up for Rust-cpp Protobuf implementation message matcher.
PiperOrigin-RevId: 658397591
2024-08-01 07:52:17 -07:00

13 lines
395 B
C

#ifndef GOOGLE_PROTOBUF_RUST_CPP_KERNEL_COMPARE_H__
#define GOOGLE_PROTOBUF_RUST_CPP_KERNEL_COMPARE_H__
#include "google/protobuf/message_lite.h"
extern "C" {
bool proto2_rust_messagelite_equals(const google::protobuf::MessageLite* msg1,
const google::protobuf::MessageLite* msg2);
} // extern "C"
#endif // GOOGLE_PROTOBUF_RUST_CPP_KERNEL_COMPARE_H__