open5gs/tests/common/test-app.h

16 lines
254 B
C
Raw Normal View History

2018-01-04 13:08:32 +00:00
#ifndef __TESTAPP_H__
#define __TESTAPP_H__
#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */
2019-04-27 14:54:30 +00:00
int test_app_initialize(app_param_t *param);
void test_app_terminate(void);
2018-01-04 13:08:32 +00:00
#ifdef __cplusplus
}
#endif /* __cplusplus */
#endif /* __TESTAPP_H__ */