mirror of
https://github.com/WinampDesktop/winamp.git
synced 2024-09-24 15:54:12 +00:00
16 lines
No EOL
217 B
C++
16 lines
No EOL
217 B
C++
// 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 |