diff src/xs_title.c @ 751:55eea3fa8868

Rename some structures.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 05 Nov 2012 18:42:57 +0200
parents 9dc5378cc806
children 61a527ac3baa
line wrap: on
line diff
--- a/src/xs_title.c	Mon Nov 05 17:53:22 2012 +0200
+++ b/src/xs_title.c	Mon Nov 05 18:42:57 2012 +0200
@@ -65,11 +65,11 @@
 }
 
 
-gchar *xs_make_titlestring(xs_tuneinfo_t *p, gint subTune)
+gchar *xs_make_titlestring(XSTuneInfo *p, gint subTune)
 {
     gchar *tmpFilename, *tmpFilePath, *tmpFileExt,
         *str, *result, tmpStr[XS_BUF_SIZE], tmpBuf[XS_BUF_SIZE];
-    xs_subtuneinfo_t *subInfo;
+    XSSubTuneInfo *subInfo;
     gint index;
 
     /* Get filename parts */