repo.or.cz
/
mozilla-1.9
/
b1.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Import firefox-3.0b1-source tarball
[mozilla-1.9/b1.git]
/
gfx
/
thebes
/
test
/
gfxTestCocoaHelper.h
blob
c31f9f88072fd690d058507fdea452a9890b43b7
1
#ifndef GFX_TEST_COCOA_HELPER_H
2
#define GFX_TEST_COCOA_HELPER_H
3
4
extern
"C"
{
5
void
CocoaPoolInit
();
6
void
CocoaPoolRelease
();
7
}
8
9
#endif