[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: CVS update: prototype.h
User: ahvezda
Date: 07/06/09 11:14:08
Modified: . prototype.h
Log:
Applied a few patches from Ivan Stankovic
Revision Changes Path
1.173 eda/geda/gaf/gschem/include/prototype.h
(In the diff below, changes in quantity of whitespace are not shown.)
Index: prototype.h
===================================================================
RCS file: /home/cvspsrv/cvsroot/eda/geda/gaf/gschem/include/prototype.h,v
retrieving revision 1.172
retrieving revision 1.173
diff -u -b -r1.172 -r1.173
--- prototype.h 31 May 2007 21:29:47 -0000 1.172
+++ prototype.h 9 Jun 2007 15:14:08 -0000 1.173
@@ -1,4 +1,4 @@
-/* $Id: prototype.h,v 1.172 2007-05-31 21:29:47 peterb Exp $ */
+/* $Id: prototype.h,v 1.173 2007-06-09 15:14:08 ahvezda Exp $ */
/* a_pan.c */
void a_pan_general(TOPLEVEL *w_current, double world_cx, double world_cy,
@@ -287,6 +287,8 @@
void g_register_funcs(void);
/* globals.c */
/* gschem.c */
+typedef void (*gschem_atexit_func)(gpointer data);
+void gschem_atexit(gschem_atexit_func func, gpointer data);
void gschem_quit(void);
void main_prog(void *closure, int argc, char *argv[]);
int main(int argc, char *argv[]);
@@ -832,7 +834,7 @@
void x_menus_popup_sensitivity(TOPLEVEL *w_current, const char *buf, int flag);
void x_menu_attach_recent_files_submenu(TOPLEVEL *w_current);
void recent_files_load();
-void recent_files_save();
+void recent_files_save(gpointer user_data);
void recent_files_add(const char *filename);
#if !GLIB_CHECK_VERSION(2,8,0)
gboolean g_file_set_contents(const gchar *filename, const gchar *contents,
_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs