mirror of
https://github.com/tikoci/mikrotik-gpl.git
synced 2025-12-10 07:44:45 +01:00
7 lines
94 B
C
7 lines
94 B
C
#ifndef L2TP_FP_H
|
|
#define L2TP_FP_H
|
|
|
|
int l2tp_fp_init(void);
|
|
void l2tp_fp_exit(void);
|
|
|
|
#endif
|