* added hamlib_version constant

git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@356 7ae35d74-ebe9-4afe-98af-79ac388436b8
Hamlib-1.1.1
Stéphane Fillod, F8CFE 2001-02-09 23:02:56 +00:00
rodzic 83c509bb0c
commit c04cce7828
1 zmienionych plików z 3 dodań i 1 usunięć

Wyświetl plik

@ -5,7 +5,7 @@
* 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
@ -31,6 +31,8 @@
#include <stdio.h> /* required for FILE definition */
#include <sys/time.h> /* required for struct timeval */
extern const char hamlib_version[];
/*
* Error codes that can be returned by the Hamlib functions
*/