diff src/xs_sidplay.h @ 230:608f31f6c095

Raw cleanup.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 21 Dec 2004 09:25:03 +0000
parents fe684a2ccdc7
children b1a858b8cb1a
line wrap: on
line diff
--- a/src/xs_sidplay.h	Sun Dec 19 16:57:01 2004 +0000
+++ b/src/xs_sidplay.h	Tue Dec 21 09:25:03 2004 +0000
@@ -3,10 +3,10 @@
  * Get all SID-tune information (for all sub-tunes)
  * including name, length, etc.
  */
-t_xs_tune * TFUNCTION(gchar *pcFilename)
+t_xs_tuneinfo * TFUNCTION(gchar *pcFilename)
 {
  t_xs_sldb_node *tuneLength = NULL;
- t_xs_tune *pResult;
+ t_xs_tuneinfo *pResult;
  TTUNEINFO tuneInfo;
  TTUNE *testTune;
  gboolean haveInfo = TRUE;
@@ -35,7 +35,7 @@
  tuneLength = xs_songlen_get(pcFilename);
 
  /* Allocate tuneinfo structure */
- pResult = xs_tune_new(pcFilename,
+ pResult = xs_tuneinfo_new(pcFilename,
  	tuneInfo.songs, tuneInfo.startSong,
  	tuneInfo.infoString[0], tuneInfo.infoString[1], tuneInfo.infoString[2],
  	tuneInfo.loadAddr, tuneInfo.initAddr, tuneInfo.playAddr,