1 /*
2  * tclgeomapInt.h --
3  *
4  *	Declarations for things used internally by the Tclgeomap
5  *	procedures but not exported outside the module.
6  *
7  * Copyright (c) 2004 Gordon D. Carrie.  All rights reserved.
8  *
9  * Licensed under the Open Software License version 2.1
10  *
11  * Please address questions and feedback to user0@tkgeomap.org
12  *
13  * @(#) $Id: tclgeomapInt.h,v 1.6 2007/06/26 21:49:30 tkgeomap Exp $
14  */
15 
16 #ifndef _TCLGEOMAPINT
17 #define _TCLGEOMAPINT
18 
19 #include "tclgeomap.h"
20 
21 EXTERN int		TclgeomapProjInit _ANSI_ARGS_((Tcl_Interp *interp));
22 EXTERN int		TclgeomapTimeInit _ANSI_ARGS_((Tcl_Interp *));
23 EXTERN int		TclgeomapLnArrInit _ANSI_ARGS_((Tcl_Interp *));
24 EXTERN int		TclgeomapPlaceInit _ANSI_ARGS_((Tcl_Interp *));
25 
26 #endif
27