From b86b948f93a9d562e22513d3925ee774b511fc0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Fillod=2C=20F8CFE?= Date: Thu, 1 May 2008 12:19:57 +0000 Subject: [PATCH] harmless arg name change in order to ease swig work git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2335 7ae35d74-ebe9-4afe-98af-79ac388436b8 --- include/hamlib/rotator.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/hamlib/rotator.h b/include/hamlib/rotator.h index 3426bc3d0..c23d8a028 100644 --- a/include/hamlib/rotator.h +++ b/include/hamlib/rotator.h @@ -2,7 +2,7 @@ * Hamlib Interface - Rotator API header * Copyright (c) 2000-2005 by Stephane Fillod * - * $Id: rotator.h,v 1.14 2006-10-15 00:26:47 aa6e Exp $ + * $Id: rotator.h,v 1.15 2008-05-01 12:19:57 fillods Exp $ * * This library is free software; you can redistribute it and/or modify * it under the terms of the GNU Library General Public License as @@ -338,7 +338,7 @@ extern HAMLIB_EXPORT(double) distance_long_path HAMLIB_PARAMS((double distance)) extern HAMLIB_EXPORT(double) azimuth_long_path HAMLIB_PARAMS((double azimuth)); extern HAMLIB_EXPORT(int) longlat2locator HAMLIB_PARAMS((double longitude, - double latitude, char *locator, int pair_count)); + double latitude, char *locator_res, int pair_count)); extern HAMLIB_EXPORT(int) locator2longlat HAMLIB_PARAMS((double *longitude, double *latitude, const char *locator));