OpenMoHAA
0.82.0
Loading...
Searching...
No Matches
ghttpCallbacks.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 _GHTTPCALLBACKS_H_
12
#define _GHTTPCALLBACKS_H_
13
14
#include "ghttpMain.h"
15
#include "ghttpConnection.h"
16
17
#ifdef __cplusplus
18
extern
"C"
{
19
#endif
20
21
// Call the completed callback for this connection.
23
void
ghiCallCompletedCallback
24
(
25
GHIConnection
* connection
26
);
27
28
// Call the progress callback for this connection.
30
void
ghiCallProgressCallback
31
(
32
GHIConnection
* connection,
33
const
char
* buffer,
34
GHTTPByteCount bufferLen
35
);
36
37
// Call the post callback for this connection.
39
void
ghiCallPostCallback
40
(
41
GHIConnection
* connection
42
);
43
44
#ifdef __cplusplus
45
}
46
#endif
47
48
#endif
GHIConnection
Definition
ghttpConnection.h:84
code
gamespy
ghttp
ghttpCallbacks.h
Generated by
1.13.2