Include dependency graph for ppp_instance.h:

Data Structures
| struct | PPP_Instance |
The PPP_Instance interface contains pointers to a series of functions that you must implement in your module. More... |
Defines
| #define | PPP_INSTANCE_INTERFACE "PPP_Instance;1.1" |
| #define | PPP_INSTANCE_INTERFACE PPP_INSTANCE_INTERFACE |
Typedefs
| typedef struct PPP_Instance | PPP_Instance |
Detailed Description
This file defines the PPP_Instance structure - a series of pointers to methods that you must implement in your module.
Define Documentation
| #define PPP_INSTANCE_INTERFACE "PPP_Instance;1.1" |