home *** CD-ROM | disk | FTP | other *** search
- /* Function prototypes for proof.library */
- ULONG __asm __saveds ConvertToProofA(register __a0 struct Proof * , register __a1 struct TagItem * );
- ULONG __asm __saveds ConvertFromProofA(register __a0 struct Proof * , register __a1 struct TagItem * );
- ULONG __asm __saveds LoadProofA(register __a0 char * , register __a1 struct Proof ** , register __a2 struct TagItem * );
- ULONG __asm __saveds LoadProofFromLockA(register __a0 BPTR , register __a1 struct Proof ** , register __a2 struct TagItem * );
- ULONG __asm __saveds LoadProofFromBPTRA(register __a0 BPTR , register __a1 struct Proof ** , register __a2 struct TagItem * );
- ULONG __asm __saveds SaveProofA(register __a0 struct Proof ** , register __a1 struct TagItem * );
- BOOL __asm __saveds IsProofA(register __a0 char * , register __a1 struct TagItem * );
- BOOL __asm __saveds IsProofFromLockA(register __a0 BPTR , register __a1 struct TagItem * );
- ULONG __asm __saveds AllocProofA(register __a0 struct Proof ** , register __a1 struct TagItem * );
- void __asm __saveds FreeProofA(register __a0 struct Proof ** , register __a1 struct TagItem * );
- ULONG __asm __saveds GetProofAttrsA(register __a0 struct Proof * , register __a1 struct TagItem * );
- ULONG __asm __saveds SetProofAttrsA(register __a0 struct Proof * , register __a1 struct TagItem * );
- BOOL __asm __saveds ValidProofDesc(register __a0 struct Proof * );
- ULONG __asm __saveds SetProofA(register __a0 struct Proof_i * , register __d0 UBYTE , register __a2 BOOL * , register __a1 struct TagItem * );
- ULONG __stdargs AllocProof(struct Proof ** , ...);
- void __stdargs FreeProof(struct Proof ** , ...);
- ULONG __stdargs SaveProof(struct Proof ** , ...);
- ULONG __stdargs LoadProof(char * , struct Proof ** , ...);
- ULONG __stdargs LoadProofFromLock(BPTR , struct Proof ** , ...);
- ULONG __stdargs LoadProofFromBPTR(BPTR , struct Proof ** , ...);
- BOOL __stdargs IsProof(char * , ...);
- BOOL __stdargs IsProofFromLock(BPTR , ...);
- ULONG __stdargs ConvertToProof(struct Proof * , ...);
- ULONG __stdargs ConvertFromProof(struct Proof * , ...);
- ULONG __stdargs GetProofAttrs(struct Proof * , ...);
- ULONG __stdargs SetProofAttrs(struct Proof * , ...);
- ULONG __stdargs AllocProofOwner(struct ProofOwner ** , ...);
- void __stdargs FreeProofOwner(struct ProofOwner ** , ...);
- ULONG __stdargs LoadProofOwner(char * , struct ProofOwner ** , ...);
- ULONG __stdargs SaveProofOwner(struct ProofOwner * , ...);
- ULONG __stdargs GetProofOwnerAttrs(struct ProofOwner * , ...);
- ULONG __stdargs SetProofOwnerAttrs(struct ProofOwner * , ...);
- ULONG __asm __saveds AllocProofOwnerA(register __a0 struct ProofOwner ** , register __a1 struct TagItem * );
- void __asm __saveds FreeProofOwnerA(register __a0 struct ProofOwner ** , register __a1 struct TagItem * );
- ULONG __asm __saveds SetProofOwnerAttrsA(register __a0 struct ProofOwner * , register __a1 struct TagItem * );
- ULONG __asm __saveds GetProofOwnerAttrsA(register __a0 struct ProofOwner * , register __a1 struct TagItem * );
- ULONG __asm __saveds SaveProofOwnerA(register __a0 struct ProofOwner * , register __a1 struct TagItem * );
- ULONG __asm __saveds LoadProofOwnerA(register __a0 char * , register __a1 struct ProofOwner ** , register __a2 struct TagItem * );
- ULONG __asm __saveds AllocProofOwnerEntry(register __a0 struct ProofOwner * , register __d0 BYTE , register __a1 char * , register __a2 LONG * );
- ULONG __asm __saveds SetProofOwnerEntry(register __a0 struct ProofOwner * , register __d0 BYTE , register __d1 BYTE , register __a1 char * );
- char * __asm __saveds GetProofOwnerEntry(register __a0 struct ProofOwner * , register __d0 BYTE , register __d1 BYTE );
-