Mercurial > audlegacy
diff libaudacious/beepctrl.h @ 1436:c70b68bcf527 trunk
[svn] - add framework for later handling tcp:// connections
author | nenolod |
---|---|
date | Fri, 28 Jul 2006 00:13:02 -0700 |
parents | bcd1ebd0a7c1 |
children | dd2b97f79a20 |
line wrap: on
line diff
--- a/libaudacious/beepctrl.h Thu Jul 27 23:15:43 2006 -0700 +++ b/libaudacious/beepctrl.h Fri Jul 28 00:13:02 2006 -0700 @@ -26,6 +26,12 @@ extern "C" { #endif + enum + { + AUDACIOUS_TYPE_UNIX, + AUDACIOUS_TYPE_TCP, + }; + /* Do NOT use this! This is only for control socket initialization now. */ gint xmms_connect_to_session(gint session);