repo.or.cz
/
wvapps.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
WvDBusMsg::is_reply() had an unnecessary hack for message #1.
[wvapps.git]
/
xplcidl
/
testalloc.h
blob
f0790c705fc212d5ab6f82b39bcd3e4a05c2575a
1
#ifndef __TESTALLOC_H
2
#define __TESTALLOC_H
3
4
#ifdef __cplusplus
5
extern
"C"
{
6
#endif
7
8
extern
const char
*
expected
;
9
ITest
*
get_cppobj
();
10
void
free_cppobj
(
ITest
*
t
);
11
12
#if C_OBJ_IMPLEMENTED_YET
13
ITest
*
get_cobj
();
14
void
free_cobj
(
ITest
*
t
);
15
#endif
16
17
#ifdef __cplusplus
18
};
19
#endif
20
21
#endif
// __TESTALLOC_H