aboutsummaryrefslogtreecommitdiff
path: root/src/projects.h
diff options
context:
space:
mode:
authorFrank Warmerdam <warmerdam@pobox.com>2002-06-20 16:09:31 +0000
committerFrank Warmerdam <warmerdam@pobox.com>2002-06-20 16:09:31 +0000
commitd26cb6597ecd1c6b612d0159651cd607f9003a09 (patch)
treef020f619a7025f007bb716175723b31a7f6283c6 /src/projects.h
parent5e2f130a7693ad7f607a8d0cfc47965ba214837f (diff)
downloadPROJ-d26cb6597ecd1c6b612d0159651cd607f9003a09.tar.gz
PROJ-d26cb6597ecd1c6b612d0159651cd607f9003a09.zip
removed strtod, reimplement non-GPL strtod cover within dmstor.c
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@1024 4e78687f-474d-0410-85f9-8d5e500ac6b2
Diffstat (limited to 'src/projects.h')
-rw-r--r--src/projects.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/projects.h b/src/projects.h
index 54f01155..fe602c08 100644
--- a/src/projects.h
+++ b/src/projects.h
@@ -28,6 +28,9 @@
******************************************************************************
*
* $Log$
+ * Revision 1.11 2002/06/20 16:09:31 warmerda
+ * removed strtod, reimplement non-GPL strtod cover within dmstor.c
+ *
* Revision 1.10 2002/06/13 14:06:49 warmerda
* Removed incorrect labelling of 3PARAM and 7PARAM as Molodensky.
*
@@ -285,7 +288,6 @@ struct CTABLE {
};
/* procedure prototypes */
double dmstor(const char *, char **);
-double proj_strtod( const char *, char ** );
void set_rtodms(int, int);
char *rtodms(char *, double, int, int);
double adjlon(double);