repo.or.cz
/
tangerine.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixed binary search: no more infinite loops when vendor is unknown.
[tangerine.git]
/
workbench
/
libs
/
muimaster
/
classes
/
poplist_private.h
blob
ffa9cc3a6982743b8fc6eafe59afa24974f5ed9f
1
#ifndef _POPLIST_PRIVATE_H_
2
#define _POPLIST_PRIVATE_H_
3
4
struct
Poplist_DATA
5
{
6
struct
Hook strobj_hook
;
7
struct
Hook objstr_hook
;
8
Object
*
list
;
9
};
10
11
#endif
/* _POPLIST_PRIVATE_H_ */