Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / support / supportw.h
1 #ifndef __SUPPORTW_H
2 #define __SUPPORTW_H
3
4 G_BEGIN_DECLS
5
6 gboolean supportw_register_delegate (const char *function_name, void *fnptr);
7 void supportw_test_all (void);
8
9 G_END_DECLS
10
11 #endif /* __SUPPORTW_H */
12