fpc/tests/webtbs/tw2707.pp
2003-10-02 17:47:02 +00:00

13 lines
290 B
ObjectPascal

{ Source provided for Free Pascal Bug Report 2707 }
{ Submitted by "Johannes Berg" on 2003-10-02 }
{ e-mail: johannes -at- sipsolutions -dot- de }
type
PSSL_METHOD = pointer;
PSSL_CTX = pointer;
var
MN_SSL_CTX_new : function(method: PSSL_METHOD): PSSL_CTX cdecl = nil;
begin
end.