---
gschem/include/prototype.h | 1 -
gschem/src/x_color.c | 3 ++-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/gschem/include/prototype.h b/gschem/include/prototype.h
index e4405f5..fb34a70 100644
--- a/gschem/include/prototype.h
+++ b/gschem/include/prototype.h
@@ -736,7 +736,6 @@ void x_vscrollbar_update(GSCHEM_TOPLEVEL *w_current);
void x_scrollbars_update(GSCHEM_TOPLEVEL *w_current);
void x_basic_warp_cursor(GtkWidget *widget, gint x, gint y, gboolean relative);
/* x_color.c */
-void x_color_allocate_all(void);
void x_color_init (void);
void x_color_free (void);
GdkColor *x_get_color(int color);
diff --git a/gschem/src/x_color.c b/gschem/src/x_color.c
index 7983e55..d2d4b62 100644
--- a/gschem/src/x_color.c
+++ b/gschem/src/x_color.c
@@ -37,6 +37,7 @@
extern COLOR colors[MAX_COLORS];
+static void x_color_allocate_all(void);
/*! \brief Initializes the color system for the application.
* \par Function Documentation
@@ -88,7 +89,7 @@ x_color_free (void)
* \par Function Documentation
*
*/
-void x_color_allocate_all(void)
+static void x_color_allocate_all(void)
{
int error;
int i;
--
1.5.6
_______________________________________________
geda-dev mailing list
[email protected]
http://www.seul.org/cgi-bin/mailman/listinfo/geda-dev