summaryrefslogtreecommitdiffstats
path: root/src/mac/TestTrack/ShlibTestTrack.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mac/TestTrack/ShlibTestTrack.h')
-rw-r--r--src/mac/TestTrack/ShlibTestTrack.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/mac/TestTrack/ShlibTestTrack.h b/src/mac/TestTrack/ShlibTestTrack.h
new file mode 100644
index 000000000..12e656b1a
--- /dev/null
+++ b/src/mac/TestTrack/ShlibTestTrack.h
@@ -0,0 +1,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__ */ \ No newline at end of file