summaryrefslogtreecommitdiffstats
path: root/src/mac/KrbProfileLib.glue.post.cin
blob: bc3bf9af42373dfa7034910f22ef17064d97fc5e (plain)
1
2
3
4
5
6
7
#include <KrbProfileLib.glue.h>

Boolean KerberosProfileLibraryIsPresent ()
{
	Ptr	symAddr;
	return (Find_Symbol (&symAddr, "\pprofile_init", profile_init_ProcInfo)) == noErr;
}