2
0

demo.h 210 B

123456789101112131415
  1. #ifndef SMART_DNS_PLUGIN_DEMO_H
  2. #define SMART_DNS_PLUGIN_DEMO_H
  3. #include "smartdns/dns_plugin.h"
  4. #ifdef __cplusplus
  5. extern "C" {
  6. #endif /*__cplusplus */
  7. #ifdef __cplusplus
  8. }
  9. #endif /*__cplusplus */
  10. #endif