open5gs/tests/common/test-app.h

16 lines
254 B
C

#ifndef __TESTAPP_H__
#define __TESTAPP_H__
#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */
int test_app_initialize(app_param_t *param);
void test_app_terminate(void);
#ifdef __cplusplus
}
#endif /* __cplusplus */
#endif /* __TESTAPP_H__ */