Update of /cvsroot/gtkpod/gtkpod/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20528/src

Modified Files:
        details.h display.c 
Log Message:
Fix warning



Index: details.h
===================================================================
RCS file: /cvsroot/gtkpod/gtkpod/src/details.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- details.h   3 Dec 2005 16:36:26 -0000       1.2
+++ details.h   4 Dec 2005 16:30:35 -0000       1.3
@@ -1,4 +1,4 @@
-/* Time-stamp: <2005-12-04 00:38:09 jcs>
+/* Time-stamp: <2005-12-05 01:29:33 jcs>
 |
 |  Copyright (C) 2002-2005 Jorg Schuler <jcsjcs at users sourceforge net>
 |  Part of the gtkpod project.
@@ -39,7 +39,6 @@
 
 /* details window */
 void details_edit (GList *selected_tracks);
-void details_close (void);
 void details_update_default_sizes (void);
 void details_update_track (Track *track);
 void details_remove_track (Track *track);

Index: display.c
===================================================================
RCS file: /cvsroot/gtkpod/gtkpod/src/display.c,v
retrieving revision 1.124
retrieving revision 1.125
diff -u -d -r1.124 -r1.125
--- display.c   4 Dec 2005 16:00:39 -0000       1.124
+++ display.c   4 Dec 2005 16:30:35 -0000       1.125
@@ -1,4 +1,4 @@
-/* Time-stamp: <2005-12-04 22:53:33 jcs>
+/* Time-stamp: <2005-12-05 01:29:59 jcs>
 |
 |  Copyright (C) 2002-2005 Jorg Schuler <jcsjcs at users sourceforge net>
 |  Part of the gtkpod project.
@@ -35,6 +35,7 @@
 #include <stdlib.h>
 #include "display_private.h"
 #include "info.h"
+#include "details.h"
 #include "prefs.h"
 #include "prefs_window.h"
 #include "misc.h"



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
gtkpod-cvs2 mailing list
gtkpod-cvs2@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2

Reply via email to