blob: 3e6f0387beb647a97386b545cfabc3e13e7819d6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$NetBSD: patch-ai,v 1.9 2004/11/18 06:25:11 grant Exp $
--- libxmms/xmmsctrl.h.orig 2003-06-12 04:44:17.000000000 +1000
+++ libxmms/xmmsctrl.h
@@ -83,6 +83,9 @@ void xmms_remote_quit(gint session);
void xmms_remote_play_pause(gint session);
void xmms_remote_playlist_ins_url_string(gint session, gchar * string, gint pos);
+void xmms_remote_main_volume_up(gint session );
+void xmms_remote_main_volume_down(gint session );
+
#ifdef __cplusplus
};
|