OpenMoHAA
0.82.0
Loading...
Searching...
No Matches
ghttpProcess.h
1
/*
2
GameSpy GHTTP SDK
3
Dan "Mr. Pants" Schoenblum
4
dan@gamespy.com
5
6
Copyright 1999-2007 GameSpy Industries, Inc
7
8
devsupport@gamespy.com
9
*/
10
11
#ifndef _GHTTPPROCESS_H_
12
#define _GHTTPPROCESS_H_
13
14
#include "ghttpMain.h"
15
#include "ghttpConnection.h"
16
17
#ifdef __cplusplus
18
extern
"C"
{
19
#endif
20
21
void
ghiDoSocketInit (
GHIConnection
* connection);
22
void
ghiDoHostLookup (
GHIConnection
* connection);
23
void
ghiDoLookupPending (
GHIConnection
* connection);
24
void
ghiDoConnecting (
GHIConnection
* connection);
25
void
ghiDoSecuringSession (
GHIConnection
* connection);
26
void
ghiDoSendingRequest (
GHIConnection
* connection);
27
void
ghiDoPosting (
GHIConnection
* connection);
28
void
ghiDoWaiting (
GHIConnection
* connection);
29
void
ghiDoReceivingStatus (
GHIConnection
* connection);
30
void
ghiDoReceivingHeaders(
GHIConnection
* connection);
31
void
ghiDoReceivingFile (
GHIConnection
* connection);
32
33
#ifdef __cplusplus
34
}
35
#endif
36
37
#endif
GHIConnection
Definition
ghttpConnection.h:84
code
gamespy
ghttp
ghttpProcess.h
Generated by
1.13.2