Merging diskimagedevice 52.78 into the main branch.
[AROS.git] / workbench / devs / diskimage / sfd / amisslmaster_lib.sfd
blob975b69854bf169a158dc8be2d45a88d90c609aff
1 ==id $Id: amisslmaster_lib.sfd,v 1.0 2005/01/08 04:59:58 noname Exp $
2 ==base _AmiSSLMasterBase
3 ==basetype struct Library *
4 ==libname amisslmaster.library
5 ==bias 30
6 ==public
7 ==include <exec/types.h>
8 LONG InitAmiSSLMaster(LONG APIVersion, LONG AllowUserStructs) (d0,d1)
9 struct Library * OpenAmiSSL() ()
10 void CloseAmiSSL() ()
11 struct Library * OpenAmiSSLCipher(LONG Cipher) (d0)
12 void CloseAmiSSLCipher(struct Library * CipherBase) (a0)
13 ==end