made private functions static.

2006-10-31  Michael Natterer  <mitch@gimp.org>

	* tools/pdbgen/pdb/gradient.pdb: made private functions static.

	* app/pdb/gradient_cmds.c: regenerated.
This commit is contained in:
Michael Natterer 2006-10-31 14:29:08 +00:00 committed by Michael Natterer
parent 47263ca4cb
commit cd5dbc7767
3 changed files with 10 additions and 4 deletions

View File

@ -1,3 +1,9 @@
2006-10-31 Michael Natterer <mitch@gimp.org>
* tools/pdbgen/pdb/gradient.pdb: made private functions static.
* app/pdb/gradient_cmds.c: regenerated.
2006-10-31 Michael Natterer <mitch@gimp.org>
* plug-ins/faxg3/Makefile.am

View File

@ -39,7 +39,7 @@
#include "core/gimplist.h"
GimpGradient *
static GimpGradient *
gradient_get (Gimp *gimp,
const gchar *name,
gint segment,
@ -56,7 +56,7 @@ gradient_get (Gimp *gimp,
return gradient;
}
GimpGradient *
static GimpGradient *
gradient_get_range (Gimp *gimp,
const gchar *name,
gint start_segment,

View File

@ -1346,7 +1346,7 @@ CODE
}
$extra{app}->{code} = <<'CODE';
GimpGradient *
static GimpGradient *
gradient_get (Gimp *gimp,
const gchar *name,
gint segment,
@ -1363,7 +1363,7 @@ gradient_get (Gimp *gimp,
return gradient;
}
GimpGradient *
static GimpGradient *
gradient_get_range (Gimp *gimp,
const gchar *name,
gint start_segment,