winamp/Src/Plugins/Input/in_nsv/proxydt.h

16 lines
217 B
C
Raw Normal View History

2024-09-24 12:54:57 +00:00
// proxydt.h
#ifndef PROXYDT_H
#define PROXYDT_H
#include <string>
#include <stdio.h>
#include <atlbase.h>
char* detectBrowserProxy();
char* DetectIEProxy();
char* DetectNS4Proxy();
char* DetectNS6Proxy();
#endif