tests/libmoduletestplugins*.c: Update Prototypes
authorChun-wei Fan <fanchunwei@src.gnome.org>
Tue, 29 Oct 2013 11:12:38 +0000 (19:12 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Mon, 4 Nov 2013 02:31:28 +0000 (10:31 +0800)
commit20f873a0bcafe9d8d929be98ea72a0d0608d076a
tree1f4cf9ac29cb5d6b487fb116d7db7dab0973e443
parent39a62a064b55eead4142c5585a25b86c57759ec5
tests/libmoduletestplugins*.c: Update Prototypes

Visual C++ does not like function declarations being different from
their prototypes, so make the prototypes match the declarations by
decorating them with G_MODULE_EXPORT.

https://bugzilla.gnome.org/show_bug.cgi?id=711047
tests/libmoduletestplugin_a.c
tests/libmoduletestplugin_b.c