fix exit_function() prototype

parent f7b4d181
...@@ -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)
{ {
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment