revert between 56095 -> 55830 in arch
[AROS.git] / workbench / devs / diskimage / include / amigaos / clib / amisslmaster_protos.h
blobab3935dee2dd69ec764a840c3c53d1f6cbeec7d1
1 #ifndef CLIB_AMISSLMASTER_PROTOS_H
2 #define CLIB_AMISSLMASTER_PROTOS_H
4 LONG InitAmiSSLMaster(LONG APIVersion,LONG UsesOpenSSLStructs);
5 struct Library *OpenAmiSSL(void);
6 void CloseAmiSSL(void);
7 struct Library *OpenAmiSSLCipher(LONG Cipher);
8 void CloseAmiSSLCipher(struct Library *CipherBase);
10 #endif /* CLIB_AMISSLMASTER_PROTOS_H */