Fixed binary search: no more infinite loops when vendor is unknown.
[tangerine.git] / workbench / libs / muimaster / classes / popasl_private.h
blobb5cfb46186269eef7f524dbaa939facf48b4d435
1 #ifndef _POPASL_PRIVATE_H_
2 #define _POPASL_PRIVATE_H_
4 /*** Instance data **********************************************************/
5 struct Popasl_DATA
7 int type;
8 APTR asl_req;
10 struct Hook open_hook;
11 struct Hook close_hook;
12 struct Hook *start_hook, *stop_hook;
14 struct TagItem tag_list[20]; /* According to docs we need at least 16 */
16 struct Process *asl_proc;
19 #endif /* _POPASL_PRIVATE_H_ */