]> git.saurik.com Git - apple/security.git/blob - SecuritySNACCRuntime/c++-lib/inc/init.h
28a68cfefcf2656b1c15eeef3cbb4daafce753ca
[apple/security.git] / SecuritySNACCRuntime / c++-lib / inc / init.h
1 /*
2 * Copyright (c) 2000-2001 Apple Computer, Inc. All Rights Reserved.
3 *
4 * The contents of this file constitute Original Code as defined in and are
5 * subject to the Apple Public Source License Version 1.2 (the 'License').
6 * You may not use this file except in compliance with the License. Please obtain
7 * a copy of the License at http://www.apple.com/publicsource and read it before
8 * using this file.
9 *
10 * This Original Code and all software distributed under the License are
11 * distributed on an 'AS IS' basis, WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS
12 * OR IMPLIED, AND APPLE HEREBY DISCLAIMS ALL SUCH WARRANTIES, INCLUDING WITHOUT
13 * LIMITATION, ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
14 * PURPOSE, QUIET ENJOYMENT OR NON-INFRINGEMENT. Please see the License for the
15 * specific language governing rights and limitations under the License.
16 */
17
18
19 /*
20 * file: .../c++-lib/inc/init.h
21 *
22 * $Header: /cvs/Darwin/Security/SecuritySNACCRuntime/c++-lib/inc/init.h,v 1.1.1.1 2001/05/18 23:14:06 mb Exp $
23 * $Log: init.h,v $
24 * Revision 1.1.1.1 2001/05/18 23:14:06 mb
25 * Move from private repository to open source repository
26 *
27 * Revision 1.3 2001/05/05 00:59:18 rmurphy
28 * Adding darwin license headers
29 *
30 * Revision 1.2 2000/06/15 18:48:25 dmitch
31 * Snacc-generated source files, now part of CVS tree to allow for cross-platform build of snaccRuntime.
32 *
33 * Revision 1.1.1.1 2000/03/09 01:00:05 rmurphy
34 * Base Fortissimo Tree
35 *
36 * Revision 1.1 1999/02/25 05:21:47 mb
37 * Added snacc c++ library
38 *
39 * Revision 1.1 1995/07/27 09:22:35 rj
40 * new file: .h file containing a declaration for a function defined in a C++ file, but with C linkage.
41 *
42 */
43
44 extern
45 #ifdef __cplusplus
46 "C"
47 #endif
48 int Snacc_Init (Tcl_Interp *interp);