promoted the int to headers. woo

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@558 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2004-12-05 08:19:11 +00:00
parent e1c927d621
commit 11e83c71db
1 changed files with 2 additions and 0 deletions

View File

@ -346,6 +346,8 @@ typedef struct
extern client_static_t cls;
extern int nq_dp_protocol;
typedef struct downloadlist_s {
char name[128];
struct downloadlist_s *next;