diff src/xs_title.h @ 217:c1a5b5cf2f28

Titlestring handling
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 15 Dec 2004 11:23:01 +0000
parents
children 608f31f6c095
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/xs_title.h	Wed Dec 15 11:23:01 2004 +0000
@@ -0,0 +1,18 @@
+#ifndef XS_TITLE_H
+#define XS_TITLE_H
+
+#include "xmms-sid.h"
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+/*
+ * Functions
+ */
+gchar *xs_make_titlestring(gchar *, gint, gint, gchar *, gchar *, gchar *, gchar *);
+
+#ifdef __cplusplus
+}
+#endif
+#endif /* XS_TITLE_H */