api__wac_network.h 638 B

12345678910111213141516171819202122232425
  1. #ifndef NULLSOFT_WAC_NETWORK_API_H
  2. #define NULLSOFT_WAC_NETWORK_API_H
  3. #include "netinc.h"
  4. #include "wac_network_dns.h"
  5. wa::Components::WAC_Network_AsyncDNS *GetGlobalDNS();
  6. void DestroyGlobalDNS();
  7. #include "api/service/api_service.h"
  8. #include "api/application/api_application.h"
  9. #define WASABI_API_APP applicationApi
  10. #include "../Agave/Config/api_config.h"
  11. #include "../nu/threadpool/api_threadpool.h"
  12. extern api_threadpool *threadPoolApi;
  13. #define WASABI_API_THREADPOOL threadPoolApi
  14. #include "api/syscb/api_syscb.h"
  15. #define WASABI_API_SYSCB sysCallbackApi
  16. #endif // !NULLSOFT_WAC_NETWORK_API_H