diff src/xs_fileinfo.h @ 235:d04191d1ea64

Add xs_fileinfo.h, move appropriate function prototypes there.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 21 Dec 2004 13:34:02 +0000
parents
children 1d55247ad0cc
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/xs_fileinfo.h	Tue Dec 21 13:34:02 2004 +0000
@@ -0,0 +1,16 @@
+#ifndef XS_FILEINFO_H
+#define XS_FILEINFO_H
+
+#include "xmms-sid.h"
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+void	xs_fileinfo_update(void);
+void	xs_fileinfo(gchar *);
+
+#ifdef __cplusplus
+}
+#endif
+#endif /* XS_FILEINFO_H */