aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/find_dlg.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-10-31 07:47:27 +0000
committerGuy Harris <guy@alum.mit.edu>2001-10-31 07:47:27 +0000
commit4b0bce7f97567ec663930a1776c8c0efcd7d2dc1 (patch)
tree023bcd46af188932f8ffdee562cf0bf5d6d3baba /gtk/find_dlg.c
parent8b16a79d8f1da46375106a84dbe70c46eccd6b1d (diff)
Put "extern" in front of a pile of function declarations.
It makes no difference if they really are function declarations; however, in plugins, when building on OSes that don't let dynamically-loaded modules access functions in the main program (e.g., Windows), when compiling a plugin, <plugin_api.h> defines the names of those functions as (*pointer_name), so they turn into declarations of pointer variables pointing to the functions in question, and, on platforms with a def/ref model in the linker, if a plugin has more than one source file that gets linked into the plugin, the linker may get upset at two definitions of the same variable. svn path=/trunk/; revision=4114
Diffstat (limited to 'gtk/find_dlg.c')
0 files changed, 0 insertions, 0 deletions