aboutsummaryrefslogtreecommitdiff
path: root/src/mac/TestTrack/ShlibTestTrack.h
blob: 12e656b1a032aed25ae24cce8cea47bcd103e4d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/*
 *   Copyright (C) 1997 by the Massachusetts Institute of Technology
 *   All rights reserved.
 *
 *   For copying and distribution information, please see the file
 *   COPYRIGHT.
 */

#ifndef __SHLIB_TESTTRACK__
#define __SHLIB_TESTTRACK__

#include <CodeFragments.h>

/*	Special version of TestTrack for shared libraries -- uses calling application's
	version information */

OSErr ShlibTestTrack(CFragInitBlockPtr ibp);

#endif /* __SHLIB_TESTTRACK__ */