Skip to content
Snippets Groups Projects
Commit ca41bc07 authored by Mongazon's avatar Mongazon
Browse files

fix exit_function() prototype

parent f7b4d181
No related branches found
No related tags found
2 merge requests!1989integration_2023_w10,!1958Fix IQ recorder/player for nrUE
...@@ -38,7 +38,7 @@ int oai_exit = 0; ...@@ -38,7 +38,7 @@ int oai_exit = 0;
instance_t CUuniqInstance = 0; instance_t CUuniqInstance = 0;
RRC_release_list_t rrc_release_info; RRC_release_list_t rrc_release_info;
void exit_function(const char *file, const char *function, const int line, const char *s) void exit_function(const char *file, const char *function, const int line, const char *s, const int assert)
{ {
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment