3 * Copyright (c)1999 Patrick Crosby <xb@dotfiles.com>.
4 * This software covered by the GPL. See COPYING file for details.
8 * Header file for mpg123ctl.c
10 * $Id: mpg123ctl.h,v 1.6 1999/10/12 03:03:33 pcrosby Exp $
24 #include "wmgeneral.h"
26 #include "song_hash.h"
33 void set_mpg123(char *s
);
34 void set_mp3ext(char *s
);
35 void set_playlistext(char *s
);
36 void set_alwaysscroll(char *s
);
37 void add_mp3dir(char *s
);
38 void add_mp3dirname(char *s
);
39 void dir_up(int button_num
);
40 void dir_down(int button_num
);
41 void turn_on_scroll();
42 void random_toggle(int button_num
);
43 void repeat_toggle(int button_num
);