@@ -33,6 +33,8 @@ void (*_Nonnull __register_frame_info)(const void *_Nonnull, void *_Nonnull); void *_Nullable (*_Nonnull __deregister_frame_info)( const void *_Nonnull); }; + +extern bool of_init(unsigned int version, struct of_libc *libc_, FILE *stderr_); #endif