git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1994 7ae35d74-ebe9-4afe-98af-79ac388436b8
Hamlib-1.2.5
Stéphane Fillod, F8CFE 2005-04-04 22:26:38 +00:00
rodzic 8ab0966164
commit 7450b7473d
1 zmienionych plików z 88 dodań i 88 usunięć

Wyświetl plik

@ -4,7 +4,7 @@
* This program output swr curve value * This program output swr curve value
* using Hamlib. * using Hamlib.
* *
* $Id: rigswr.c,v 1.2 2004-06-14 22:22:31 fillods Exp $ * $Id: rigswr.c,v 1.3 2005-04-04 22:26:38 fillods Exp $
* *
* *
* This program is free software; you can redistribute it and/or * This program is free software; you can redistribute it and/or
@ -43,9 +43,9 @@
/* /*
* Prototypes * Prototypes
*/ */
void usage(); static void usage();
void version(); static void version();
int set_conf(RIG *rig, char *conf_parms); static int set_conf(RIG *rig, char *conf_parms);
/* /*
* Reminder: when adding long options, * Reminder: when adding long options,