Code

options: don't pass the "options" pointer around
authorMax Kellermann <max@duempel.org>
Fri, 3 Oct 2008 12:25:45 +0000 (14:25 +0200)
committerMax Kellermann <max@duempel.org>
Fri, 3 Oct 2008 12:25:45 +0000 (14:25 +0200)
commit7e81521772240ec3567a1773d2919a3e90d104c7
tree9f6346e662afe4617567a5904e28a832a87e7aef
parent88af2c3ace0fa42dbb816cc9fe8c4b54ce89233a
options: don't pass the "options" pointer around

Just make everybody use the global "options" variable.  This
eliminates namespace confusion and the NO_GLOBAL_OPTIONS hack.
src/conf.c
src/conf.h
src/main.c
src/options.c
src/options.h