comparison src/musepack/libmpc.h @ 1044:b1128efde471 trunk

[svn] - get rid of all warnings gcc 4.2.0 emits with my build configuration. - fix for minor bugs.
author yaz
date Sun, 20 May 2007 12:05:48 -0700
parents 1e987b380776
children 6a258916b7e4
comparison
equal deleted inserted replaced
1043:f65aa5417221 1044:b1128efde471
112 static int mpcGetTime(InputPlayback *data); 112 static int mpcGetTime(InputPlayback *data);
113 static void mpcGetSongInfo(char*, char**, int*); 113 static void mpcGetSongInfo(char*, char**, int*);
114 static void freeTags(MpcInfo&); 114 static void freeTags(MpcInfo&);
115 static MpcInfo getTags(const char*); 115 static MpcInfo getTags(const char*);
116 static void mpcFileInfoBox(char*); 116 static void mpcFileInfoBox(char*);
117 static void mpcGtkPrintLabel(GtkWidget*, char*, ...); 117 static void mpcGtkPrintLabel(GtkWidget*, const char*, ...);
118 static GtkWidget* mpcGtkTagLabel(char*, int, int, int, int, GtkWidget*); 118 static GtkWidget* mpcGtkTagLabel(const char*, int, int, int, int, GtkWidget*);
119 static GtkWidget* mpcGtkTagEntry(int, int, int, int, int, GtkWidget*); 119 static GtkWidget* mpcGtkTagEntry(int, int, int, int, int, GtkWidget*);
120 static GtkWidget* mpcGtkLabel(GtkWidget*); 120 static GtkWidget* mpcGtkLabel(GtkWidget*);
121 static GtkWidget* mpcGtkButton(char*, GtkWidget*); 121 static GtkWidget* mpcGtkButton(const char*, GtkWidget*);
122 static void removeTags(GtkWidget*, gpointer); 122 static void removeTags(GtkWidget*, gpointer);
123 static void saveTags(GtkWidget*, gpointer); 123 static void saveTags(GtkWidget*, gpointer);
124 static void closeInfoBox(GtkWidget*, gpointer); 124 static void closeInfoBox(GtkWidget*, gpointer);
125 static char* mpcGenerateTitle(const MpcInfo&, char*); 125 static char* mpcGenerateTitle(const MpcInfo&, char*);
126 static void lockAcquire(); 126 static void lockAcquire();