more 'static' adding in testcases

No dead code found this time...
This commit is contained in:
Ryan Lortie
2011-10-16 21:11:11 -04:00
parent b264fccd23
commit 38e8ecd62a
15 changed files with 35 additions and 14 deletions

View File

@@ -56,6 +56,7 @@ typedef struct {
GTlsInteractionClass parent;
} TestInteractionClass;
static GType test_interaction_get_type (void);
G_DEFINE_TYPE (TestInteraction, test_interaction, G_TYPE_TLS_INTERACTION);
#define TEST_TYPE_INTERACTION (test_interaction_get_type ())