Auto-generate files after cl/613716602
diff --git a/ruby/ext/google/protobuf_c/ruby-upb.h b/ruby/ext/google/protobuf_c/ruby-upb.h
index 3bca239..27166c6 100755
--- a/ruby/ext/google/protobuf_c/ruby-upb.h
+++ b/ruby/ext/google/protobuf_c/ruby-upb.h
@@ -1605,8 +1605,8 @@
// Initializes tracing proto name from language runtimes that construct
// mini tables dynamically at runtime. The runtime is responsible for passing
// controlling lifetime of name such as storing in same arena as mini_table.
-UPB_INLINE const char* upb_MiniTable_SetFullName(
- struct upb_MiniTable* mini_table, char* full_name) {
+UPB_INLINE void upb_MiniTable_SetFullName(struct upb_MiniTable* mini_table,
+ const char* full_name) {
mini_table->UPB_PRIVATE(full_name) = full_name;
}
#endif