head 1.2; access; symbols; locks; strict; comment @ * @; 1.2 date 2002.10.30.20.33.41; author steven; state Exp; branches; next 1.1; 1.1 date 2002.10.29.18.05.14; author steven; state Exp; branches; next ; desc @@ 1.2 log @More changes all around. Added a 'path_to_winamp' option for the client so that winamp can automatically be started if it's not already. Also added more winamputil functions to open_winamp. @ text @/* function prototypes for the helper functions that wrap up some of the ugliness * of the SendMessage calls */ #include HWND get_winamp_handle( void ); void start_playing_winamp( HWND hwin_amp ); int get_output_time( HWND hwin_amp ); void jump_to_time( HWND hwin_amp, int msec_pos ); void set_playlist_position( HWND hwin_amp, int pos ); int get_playlist_position( HWND hwin_amp ); void set_playlist_to_beginning( HWND hwin_amp ); int open_winamp( void );@ 1.1 log @Added winamputil files to abstract some of the ugliness of SendMessage away. Added a -? option to print the usage and program name. Also made sure that if the user uses some incorrect options the show_usage() is called. Also made various cleanups. @ text @d5 4 d12 5 a16 1 void jump_to_time( HWND hwin_amp, int msec_pos );@