Update of /cvsroot/gtkpod/gtkpod/src
In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv5381/src
Modified Files:
prefs.c prefs.h
Log Message:
* src/prefs.[ch]: removed unused prefs_print() declaration,
moved discard_prefs() declaration to prefs.c
Index: prefs.c
===================================================================
RCS file: /cvsroot/gtkpod/gtkpod/src/prefs.c,v
retrieving revision 1.261
retrieving revision 1.262
diff -u -d -r1.261 -r1.262
--- prefs.c 24 Jun 2006 15:39:22 -0000 1.261
+++ prefs.c 24 Jun 2006 16:19:57 -0000 1.262
@@ -1,4 +1,4 @@
-/* Time-stamp: <2006-06-24 23:54:22 jcs>
+/* Time-stamp: <2006-06-25 01:18:23 jcs>
|
| Copyright (C) 2002-2005 Jorg Schuler <jcsjcs at users sourceforge net>
| Part of the gtkpod project.
@@ -128,6 +128,7 @@
/*
* Functions used by this module only
*/
+void discard_prefs (void);
/* Different paths that can be set in the prefs window */
typedef enum
Index: prefs.h
===================================================================
RCS file: /cvsroot/gtkpod/gtkpod/src/prefs.h,v
retrieving revision 1.186
retrieving revision 1.187
diff -u -d -r1.186 -r1.187
--- prefs.h 24 Jun 2006 15:39:23 -0000 1.186
+++ prefs.h 24 Jun 2006 16:19:57 -0000 1.187
@@ -1,4 +1,4 @@
-/* Time-stamp: <2006-06-24 23:54:22 jcs>
+/* Time-stamp: <2006-06-25 01:18:22 jcs>
|
| Copyright (C) 2002-2005 Jorg Schuler <jcsjcs at users sourceforge net>
| Part of the gtkpod project.
@@ -191,10 +191,8 @@
GList *get_list_from_buffer(GtkTextBuffer *buffer);
gchar *prefs_get_cfgdir (void);
-void prefs_print(void);
void cfg_free(struct cfg *c);
void write_prefs (void);
-void discard_prefs (void);
struct cfg* clone_prefs(void);
gboolean read_prefs_old (GtkWidget *gtkpod, int argc, char *argv[]);
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
gtkpod-cvs2 mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2