home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AmigActive 6
/
AACD06.ISO
/
AACD
/
Online
/
Dial
/
source
/
listhooks.h
< prev
next >
Wrap
C/C++ Source or Header
|
2000-01-11
|
557b
|
26 lines
#include <utility/hooks.h>
struct ListEntry
{
char Name[64];
char Number[64];
};
struct CallByCallEntry
{
char Pattern[64];
char Number[64];
};
APTR list_dsplfunc(struct Hook *a0, APTR *a2, APTR a1);
APTR list_cmpfunc(struct Hook *a0, APTR a2, APTR a1);
APTR list_consfunc(struct Hook *a0, APTR a2, APTR a1);
APTR list_desfunc(struct Hook *a0, APTR a2, APTR a1);
APTR cbc_dsplfunc(struct Hook *a0, APTR *a2, APTR a1);
APTR cbc_cmpfunc(struct Hook *a0, APTR a2, APTR a1);
APTR cbc_consfunc(struct Hook *a0, APTR a2, APTR a1);