Mike Black W9MDB 2021-05-25 09:17:25 -05:00
rodzic 4da43abdd0
commit 70482d0afa
2 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -112,6 +112,7 @@ __BEGIN_DECLS
*/
// cookie is 26-char time code plus 10-char (2^31-1) random number
#define HAMLIB_COOKIE_SIZE 37
extern int cookie_use; // this is global as once one client requests it everybody needs to honor it
//! @cond Doxygen_Suppress
extern HAMLIB_EXPORT_VAR(const char) hamlib_version[];

Wyświetl plik

@ -88,6 +88,7 @@ const char *hamlib_license = "LGPL";
//! @cond Doxygen_Suppress
const char hamlib_version[21] = "Hamlib " PACKAGE_VERSION;
const char *hamlib_version2 = "Hamlib " PACKAGE_VERSION " " HAMLIBDATETIME;
int cookie_use;
//! @endcond
struct rig_caps caps_test;