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:
Spoike 2005-12-12 02:12:37 +00:00
parent 68e3900c50
commit 7db5b6d5dc
2 changed files with 2 additions and 2 deletions

View File

@ -143,7 +143,7 @@ typedef struct imap_con_s {
qboolean drop;
int socket;
qhandle_t socket;
enum {
IMAP_WAITINGFORINITIALRESPONCE,

View File

@ -98,7 +98,7 @@ typedef struct pop3_con_s {
qboolean drop;
int socket;
qhandle_t socket;
//we have a certain number of stages.
enum {