client: Clean up variable declarations.
authorMark Wooding <mdw@distorted.org.uk>
Sat, 20 Dec 2008 17:06:11 +0000 (17:06 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 20 Dec 2008 17:06:11 +0000 (17:06 +0000)
commit8efdf64b6468c1ea246c99c623499b005ff59af3
treee71cbaa3b1da3b46c6360ce8fff16980980f3c4d
parentab46a7872ac5f10d0c96e7bba5b927b186442a2f
client: Clean up variable declarations.

The current code for main is somewhat messy, with inner blocks for
declaring variables in.  We actually need some of these variables to
have wider scopes now, so it makes sense to just lift them out to
toplevel.

In particular, we promote the main sel_state to a static, and the
sel_files to top-level in main.
client/tripectl.c