diff options
Diffstat (limited to 'protocols/Steam/src/http_request.h')
-rw-r--r-- | protocols/Steam/src/http_request.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/protocols/Steam/src/http_request.h b/protocols/Steam/src/http_request.h index 192eedd9ab..4c7b83509d 100644 --- a/protocols/Steam/src/http_request.h +++ b/protocols/Steam/src/http_request.h @@ -1,6 +1,8 @@ #ifndef _HTTP_REQUEST_H_ #define _HTTP_REQUEST_H_ +#define STEAM_USER_AGENT "Valve/Steam HTTP Client 1.0" + class HttpResponse { NETLIBHTTPREQUEST *m_response; |