int->qhandle_t
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1700 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
68e3900c50
commit
7db5b6d5dc
2 changed files with 2 additions and 2 deletions
|
@ -143,7 +143,7 @@ typedef struct imap_con_s {
|
||||||
|
|
||||||
qboolean drop;
|
qboolean drop;
|
||||||
|
|
||||||
int socket;
|
qhandle_t socket;
|
||||||
|
|
||||||
enum {
|
enum {
|
||||||
IMAP_WAITINGFORINITIALRESPONCE,
|
IMAP_WAITINGFORINITIALRESPONCE,
|
||||||
|
|
|
@ -98,7 +98,7 @@ typedef struct pop3_con_s {
|
||||||
|
|
||||||
qboolean drop;
|
qboolean drop;
|
||||||
|
|
||||||
int socket;
|
qhandle_t socket;
|
||||||
|
|
||||||
//we have a certain number of stages.
|
//we have a certain number of stages.
|
||||||
enum {
|
enum {
|
||||||
|
|
Loading…
Reference in a new issue