repo.or.cz
/
mono-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[external] remove libunwind headers
[mono-project.git]
/
support
/
supportw.h
blob
2f186e2a9e4932e41b081dcca8d23f48e030a80b
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