home *** CD-ROM | disk | FTP | other *** search
/ Amiga Developer CD v1.2 / amidev_cd_12.iso / reference / amiga_mail_vol2 / iii-29 / dillo_protos.h < prev    next >
C/C++ Source or Header  |  1996-01-30  |  1KB  |  33 lines

  1. #ifndef DILLO_PROTOS_H
  2. #define DILLO_PROTOS_H
  3.  
  4. /*
  5. **  dillo_protos.h - Header file for armadillo.library code modules
  6. **                   © Copyright 1993, Commodore-Amiga Inc.
  7. **                   All Rights Reserved.
  8. **                   Generated by SAS/C 6.2 (Modified by JFW)
  9. **
  10. **  Function prototypes for all of the functions in the library.  Used
  11. **  to keep SAS/C docile.
  12. **
  13. */
  14.  
  15. struct Armadillo * __asm __saveds CreateArmadillo(void);
  16. void __asm __saveds DeleteArmadillo(register __a0 struct Armadillo * );
  17. BOOL __asm __saveds NameArmadillo(register __a0 struct Armadillo * ,
  18.                                   register __a1 STRPTR ,
  19.                                   register __d0 ULONG );
  20. BOOL __asm __saveds FillArmadillo(register __a0 struct Armadillo * ,
  21.                                   register __d0 ULONG );
  22. BOOL __asm __saveds FlattenArmadillo(register __a0 struct Armadillo * ,
  23.                                      register __d0 BOOL );
  24. BOOL __asm __saveds DilloFlat(register __a0 struct Armadillo * );
  25. ULONG __asm __saveds DilloWeight(register __a0 struct Armadillo * );
  26. BOOL __asm __saveds DilloName(register __a0 struct Armadillo * ,
  27.                               register __a1 STRPTR ,
  28.                               register __d0 ULONG );
  29. void __asm __saveds ClearDillo(register __a0 struct Armadillo * );
  30. ULONG __asm __saveds DilloBirths(void);
  31.  
  32. #endif /* DILLO_PROTOS_H */
  33.