blob: a10b21c320a28e248687218ba1ce05eae2adce95 [file] [log] [blame]
/*
* Don't include ourselves twice
*/
#ifndef _WINEXTDLL_H
#define _WINEXTDLL_H
#ifdef __cplusplus
extern "C" {
#endif
/*
* Declare our publically-visible functions.
* Typically, these will include the initialization and shutdown functions,
* the main request callback routine and any writeable object methods.
*
* Function prototypes are provided for the callback routine ('FindVarMethod')
* and writeable object methods ('WriteMethod').
*/
void init_winExtDLL(void);
Netsnmp_Node_Handler var_winExtDLL;
#ifdef __cplusplus
}
#endif
#endif /* _WINEXTDLL_H */