diff src/xmms-sid.h @ 622:d7389ea52113

Move SLDB and STIL utility functions to xs_slsup.[ch] and amend some changes between XMMS-SID and Aud-SID via a macro mess.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 03 Sep 2007 00:22:04 +0000
parents 6f9c5bb127e6
children 248aa59cb6a3
line wrap: on
line diff
--- a/src/xmms-sid.h	Mon Sep 03 00:21:05 2007 +0000
+++ b/src/xmms-sid.h	Mon Sep 03 00:22:04 2007 +0000
@@ -118,6 +118,13 @@
 #  define XS_MUTEX_UNLOCK(M)	pthread_mutex_unlock(&XS_MPP(M))
 #endif
 
+/* Character set conversion helper macros
+ */
+#define XS_CS_FILENAME(M)	g_strdup(M)
+#define XS_CS_SID(M)		g_strdup(M)
+#define XS_CS_STIL(M)		M
+#define XS_CS_FREE(M)
+
 /* Shorthands for linked lists
  */
 #define LPREV	(pNode->pPrev)