From 4f48a6df86ec7a84e2dc2bedb0966d06a00bdd64 Mon Sep 17 00:00:00 2001 From: Marc Horowitz Date: Fri, 30 Oct 1998 03:24:38 +0000 Subject: add back mistakenly deleted files git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11004 dc483132-0cff-0310-8789-dd5450dbe970 --- src/mac/TestTrack/ShlibTestTrack.h | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 src/mac/TestTrack/ShlibTestTrack.h (limited to 'src/mac/TestTrack/ShlibTestTrack.h') 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 + +/* 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 -- cgit