kopia lustrzana https://github.com/Hamlib/Hamlib
* added hamlib_version constant
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@356 7ae35d74-ebe9-4afe-98af-79ac388436b8Hamlib-1.1.1
rodzic
83c509bb0c
commit
c04cce7828
|
@ -5,7 +5,7 @@
|
||||||
* will be used for obtaining rig capabilities.
|
* will be used for obtaining rig capabilities.
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
* $Id: rig.h,v 1.14 2001-02-07 23:40:16 f4cfe Exp $ *
|
* $Id: rig.h,v 1.15 2001-02-09 23:02:56 f4cfe Exp $ *
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or
|
* This program is free software; you can redistribute it and/or
|
||||||
|
@ -31,6 +31,8 @@
|
||||||
#include <stdio.h> /* required for FILE definition */
|
#include <stdio.h> /* required for FILE definition */
|
||||||
#include <sys/time.h> /* required for struct timeval */
|
#include <sys/time.h> /* required for struct timeval */
|
||||||
|
|
||||||
|
extern const char hamlib_version[];
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Error codes that can be returned by the Hamlib functions
|
* Error codes that can be returned by the Hamlib functions
|
||||||
*/
|
*/
|
||||||
|
|
Ładowanie…
Reference in New Issue