kopia lustrzana https://github.com/Hamlib/Hamlib
Make local functions static.
rodzic
8150583541
commit
1f707ab31e
|
@ -55,7 +55,7 @@ extern int csv_parm_load(RIG *rig, const char *infilename);
|
|||
*/
|
||||
void usage();
|
||||
void version();
|
||||
int set_conf(RIG *rig, char *conf_parms);
|
||||
static int set_conf(RIG *rig, char *conf_parms);
|
||||
|
||||
int clear_chans(RIG *rig, const char *infilename);
|
||||
|
||||
|
@ -442,7 +442,7 @@ void usage()
|
|||
}
|
||||
|
||||
|
||||
int set_conf(RIG *rig, char *conf_parms)
|
||||
static int set_conf(RIG *rig, char *conf_parms)
|
||||
{
|
||||
char *p, *n;
|
||||
|
||||
|
|
|
@ -374,7 +374,7 @@ void usage()
|
|||
}
|
||||
|
||||
|
||||
int set_conf(RIG *rig, char *conf_parms)
|
||||
static int set_conf(RIG *rig, char *conf_parms)
|
||||
{
|
||||
char *p, *n;
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue