mirror of
https://github.com/open5gs/open5gs.git
synced 2025-11-02 13:03:31 +00:00
fix the warning
This commit is contained in:
@@ -8,7 +8,7 @@ extern "C" {
|
||||
int app_initialize(app_param_t *param);
|
||||
#define app_terminate epc_terminate
|
||||
|
||||
int epc_initialize();
|
||||
int epc_initialize(app_param_t *param);
|
||||
void epc_terminate(void);
|
||||
|
||||
int mme_initialize();
|
||||
|
||||
Reference in New Issue
Block a user