open5gs/src/pgw/pgw_gtp_path.h

18 lines
283 B
C

#ifndef __PGW_PATH_H__
#define __PGW_PATH_H__
#include "gtp_xact.h"
#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */
CORE_DECLARE(status_t) pgw_gtp_open();
CORE_DECLARE(status_t) pgw_gtp_close();
#ifdef __cplusplus
}
#endif /* __cplusplus */
#endif /* __PGW_PATH_H__ */