blob: d12adf3994c5f801e8ba2b231516961de76aa2f1 [file] [log] [blame]
#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__