open5gs/src/hss/hss-fd-path.h

17 lines
239 B
C
Raw Normal View History

2017-08-25 11:31:08 +00:00
#ifndef __HSS_FD_PATH_H__
#define __HSS_FD_PATH_H__
#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */
2019-04-27 14:54:30 +00:00
int hss_fd_init(void);
void hss_fd_final(void);
2017-08-25 11:31:08 +00:00
#ifdef __cplusplus
}
#endif /* __cplusplus */
#endif /* __HSS_FD_PATH_H__ */