[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: CVS update: prototype.h
User: danmc
Date: 05/02/14 17:29:42
Modified: . prototype.h
Log:
change prototypes in public header file to not be static
Revision Changes Path
1.92 +3 -3 eda/geda/devel/libgeda/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/devel/libgeda/include/prototype.h,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -b -r1.91 -r1.92
--- prototype.h 13 Feb 2005 01:38:23 -0000 1.91
+++ prototype.h 14 Feb 2005 22:29:42 -0000 1.92
@@ -35,9 +35,9 @@
const gchar *fname,
const gchar *ok_msg, const gchar *err_msg);
const char *g_rc_parse_path(void);
-static gint g_rc_parse_system_rc(TOPLEVEL *w_current, const gchar *rcname);
-static gint g_rc_parse_home_rc(TOPLEVEL *w_current, const gchar *rcname);
-static gint g_rc_parse_local_rc(TOPLEVEL *w_current, const gchar *rcname);
+gint g_rc_parse_system_rc(TOPLEVEL *w_current, const gchar *rcname);
+gint g_rc_parse_home_rc(TOPLEVEL *w_current, const gchar *rcname);
+gint g_rc_parse_local_rc(TOPLEVEL *w_current, const gchar *rcname);
void g_rc_parse(TOPLEVEL *w_current, const gchar* rcname,
const gchar* specified_rc_filename);
gint g_rc_parse_specified_rc(TOPLEVEL *w_current, const gchar *rcfilename);