From bc0c2369b0a74b8fe45d2cbcd86bd0035e258d1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Fillod=2C=20F8CFE?= Date: Mon, 4 Apr 2005 21:24:51 +0000 Subject: [PATCH] fix mistake git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1990 7ae35d74-ebe9-4afe-98af-79ac388436b8 --- src/misc.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/misc.c b/src/misc.c index 4e7a082cc..0432f29a8 100644 --- a/src/misc.c +++ b/src/misc.c @@ -2,7 +2,7 @@ * Hamlib Interface - toolbox * Copyright (c) 2000-2005 by Stephane Fillod * - * $Id: misc.c,v 1.35 2005-04-04 18:30:51 fillods Exp $ + * $Id: misc.c,v 1.36 2005-04-04 21:24:51 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 @@ -526,6 +526,7 @@ setting_t HAMLIB_API rig_parse_parm(const char *s) return parm_str[i].parm; return RIG_PARM_NONE; +} const char * HAMLIB_API rig_strparm(setting_t parm)