Mercurial > audlegacy
comparison audtool/audtool.c @ 1225:b8f5cb287ed2 trunk
[svn] - Use the correct beepctrl.h.
author | nhjm449 |
---|---|
date | Wed, 14 Jun 2006 17:32:38 -0700 |
parents | 76e6b66fb859 |
children | 276cc2ce63b7 |
comparison
equal
deleted
inserted
replaced
1224:5b3d7f6891be | 1225:b8f5cb287ed2 |
---|---|
16 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. | 16 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
17 */ | 17 */ |
18 | 18 |
19 #include <stdlib.h> | 19 #include <stdlib.h> |
20 #include <glib.h> | 20 #include <glib.h> |
21 #include <audacious/beepctrl.h> | 21 #include "libaudacious/beepctrl.h" |
22 #include "audtool.h" | 22 #include "audtool.h" |
23 | 23 |
24 struct commandhandler handlers[] = { | 24 struct commandhandler handlers[] = { |
25 {"current-song", get_current_song, "returns current song title"}, | 25 {"current-song", get_current_song, "returns current song title"}, |
26 {"current-song-filename", get_current_song_filename, "returns current song filename"}, | 26 {"current-song-filename", get_current_song_filename, "returns current song filename"}, |