Fixed binary search: no more infinite loops when vendor is unknown.
[tangerine.git] / workbench / libs / muimaster / classes / poplist_private.h
blobffa9cc3a6982743b8fc6eafe59afa24974f5ed9f
1 #ifndef _POPLIST_PRIVATE_H_
2 #define _POPLIST_PRIVATE_H_
4 struct Poplist_DATA
6 struct Hook strobj_hook;
7 struct Hook objstr_hook;
8 Object *list;
9 };
11 #endif /* _POPLIST_PRIVATE_H_ */