mikrotik-gpl/2025-03-19/l2tp/fast_path.h
2025-03-19 12:40:39 -07:00

7 lines
94 B
C

#ifndef L2TP_FP_H
#define L2TP_FP_H
int l2tp_fp_init(void);
void l2tp_fp_exit(void);
#endif