From: Adam Dickmeiss Date: Thu, 19 Apr 2007 15:31:23 +0000 (+0000) Subject: Removed redundant declarations X-Git-Tag: PAZPAR2.1.0.0~260 X-Git-Url: http://lists.indexdata.dk/?a=commitdiff_plain;h=77f43c8a29bfd90c4ee8d7c0ee0173e4918a3731;p=pazpar2-moved-to-github.git Removed redundant declarations --- diff --git a/src/http_command.c b/src/http_command.c index e12e74b..98d84fd 100644 --- a/src/http_command.c +++ b/src/http_command.c @@ -1,4 +1,4 @@ -/* $Id: http_command.c,v 1.38 2007-04-16 21:14:38 quinn Exp $ +/* $Id: http_command.c,v 1.39 2007-04-19 15:31:23 adam Exp $ Copyright (c) 2006-2007, Index Data. This file is part of Pazpar2. @@ -20,7 +20,7 @@ Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA */ /* - * $Id: http_command.c,v 1.38 2007-04-16 21:14:38 quinn Exp $ + * $Id: http_command.c,v 1.39 2007-04-19 15:31:23 adam Exp $ */ #include @@ -49,9 +49,6 @@ Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA // Update this when the protocol changes #define PAZPAR2_PROTOCOL_VERSION "1" -extern struct parameters global_parameters; -extern IOCHAN channel_list; - struct http_session { IOCHAN timeout_iochan; // NOTE: This is NOT associated with a socket struct session *psession;