home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 6 / AACD06.ISO / AACD / Online / Dial / source / extern.h < prev    next >
C/C++ Source or Header  |  2000-01-17  |  1KB  |  31 lines

  1. APTR Func_CY_DialMode(struct Hook *a0, APTR a2, APTR a1);
  2. APTR Func_BT_Remove(struct Hook *a0, APTR a2, APTR a1);
  3. APTR Func_BT_CBC_Add(struct Hook *a0, APTR a2, APTR a1);
  4.  
  5. APTR Func_STR_CBC_Pattern(struct Hook *a0, APTR a2, APTR a1);
  6. APTR Func_STR_CBC_Number(struct Hook *a0, APTR a2, APTR a1);
  7. APTR Func_LV_CallByCall(struct Hook *a0, APTR a2, APTR a1);
  8. APTR Func_CBC_Load(struct Hook *a0, APTR a2, APTR a1);
  9. APTR Func_CBC_Save(struct Hook *a0, APTR a2, APTR a1);
  10.  
  11. int InsertCBC(struct ObjApp *App, char *number, int len);
  12.  
  13. APTR Func_PO_CBC_Dspl( struct Hook *a0, APTR a2, APTR a1 );
  14. APTR Func_PO_CBC_Des( struct Hook *a0, APTR a2, APTR a1 );
  15. APTR Func_PO_CBC_Cons( struct Hook *a0, APTR a2, APTR a1 );
  16.  
  17. APTR Func_PO_CBC_ObjStr( struct Hook *a0, Object *pop, Object *str );
  18. APTR Func_PO_CBC_Window( struct Hook *a0, Object *pop, Object *win );
  19.  
  20. int Load_CBC_list(struct ObjApp *App);
  21. int Get_CBC_Name(struct ObjApp* App, char *number, char *name, int len);
  22.  
  23.  
  24.  
  25. struct CBCEntry
  26. {
  27.     char Provider[64];
  28.     char Number[32];
  29. };
  30.  
  31.