open5gs/test/rx/pcscf_fd_path.h

19 lines
302 B
C
Raw Normal View History

2018-01-05 14:49:55 +00:00
#ifndef __PCSCF_FD_PATH_H__
#define __PCSCF_FD_PATH_H__
#include "core_errno.h"
#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */
CORE_DECLARE(int) pcscf_fd_init(void);
CORE_DECLARE(void) pcscf_fd_final(void);
#ifdef __cplusplus
}
#endif /* __cplusplus */
#endif /* __PCSCF_FD_PATH_H__ */