diff src/daap/xmms2-daap/daap_util.h @ 1407:776dd8fc2b38

DAAP plugin (work in progress)
author Cristi Magherusan <majeru@atheme-project.org>
date Sun, 05 Aug 2007 00:26:21 +0300
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/daap/xmms2-daap/daap_util.h	Sun Aug 05 00:26:21 2007 +0300
@@ -0,0 +1,25 @@
+/** @file daap_util.h
+ *
+ *  Copyright (C) 2006-2007 XMMS2 Team
+ *
+ *  This program is free software; you can redistribute it and/or
+ *  modify it under the terms of the GNU General Public License
+ *  as published by the Free Software Foundation; either version 2
+ *  of the License, or (at your option) any later version.
+ *
+ *  This program is distributed in the hope that it will be useful,
+ *  but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ *  GNU General Public License for more details.
+ */
+
+#ifndef DAAP_UTIL_H
+#define DAAP_UTIL_H
+
+gint
+read_buffer_from_channel (GIOChannel *chan, gchar *buf, gint bufsize);
+
+void
+write_buffer_to_channel (GIOChannel *chan, gchar *buf, gint bufsize);
+
+#endif