summaryrefslogtreecommitdiffstats
path: root/src/mac/GSS.moreCFMglue.cin
blob: e4491b72c7ef173a885e92815b96ce1de08729ff (plain)
1
2
3
4
5
6
7
#include <GSS.CFMglue.h>

Boolean GSSAPILibraryIsPresent ()
{
	Ptr	symAddr;
	return (Find_Symbol (&symAddr, "\pgss_init_sec_context", gss_init_sec_context_ProcInfo)) == noErr;
}