head 1.2; access; symbols; locks; strict; comment @ * @; 1.2 date 2002.10.24.00.19.46; author steven; state dead; branches; next 1.1; 1.1 date 2002.10.23.23.49.05; author steven; state Exp; branches; next ; desc @@ 1.2 log @Changed how we handle the commandline. Also added *some* error checking. Paved the way for the client to connect to a specified server (instead of having it hardcoded). Also made an update_interval to specify when updates should be done to the winamp position. @ text @/* * Global variables accessible to all files that include them. * */ int run_as_server; int run_as_client; char *server_address; int update_interval;@ 1.1 log @*** empty log message *** @ text @@