From 11e83c71dbb60bf0f5236442f6abcdf24072d897 Mon Sep 17 00:00:00 2001 From: Spoike Date: Sun, 5 Dec 2004 08:19:11 +0000 Subject: [PATCH] promoted the int to headers. woo git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@558 fc73d0e0-1445-4013-8a0c-d673dee63da5 --- engine/client/client.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/engine/client/client.h b/engine/client/client.h index 5b3039bc7..f27b3cd21 100644 --- a/engine/client/client.h +++ b/engine/client/client.h @@ -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;