• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 #ifndef GOOGLE_PROTOBUF_RUST_CPP_KERNEL_COMPARE_H__
2 #define GOOGLE_PROTOBUF_RUST_CPP_KERNEL_COMPARE_H__
3 
4 #include "google/protobuf/message_lite.h"
5 
6 extern "C" {
7 
8 bool proto2_rust_messagelite_equals(const google::protobuf::MessageLite* msg1,
9                                     const google::protobuf::MessageLite* msg2);
10 
11 }  // extern "C"
12 
13 #endif  // GOOGLE_PROTOBUF_RUST_CPP_KERNEL_COMPARE_H__
14