account for aor.c improvements

git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1971 7ae35d74-ebe9-4afe-98af-79ac388436b8
Hamlib-1.2.4
Stéphane Fillod, F8CFE 2005-04-03 19:41:26 +00:00
rodzic 610875e2e5
commit 3798940e3d
2 zmienionych plików z 4 dodań i 5 usunięć

Wyświetl plik

@ -2,7 +2,7 @@
* Hamlib AOR backend - main header * Hamlib AOR backend - main header
* Copyright (c) 2000-2004 by Stephane Fillod * Copyright (c) 2000-2004 by Stephane Fillod
* *
* $Id: aor.h,v 1.17 2004-09-07 20:40:20 fillods Exp $ * $Id: aor.h,v 1.18 2005-04-03 19:41:26 fillods Exp $
* *
* This library is free software; you can redistribute it and/or modify * This library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Library General Public License as * it under the terms of the GNU Library General Public License as
@ -25,7 +25,7 @@
#include <hamlib/rig.h> #include <hamlib/rig.h>
#define BACKEND_VER "0.2" #define BACKEND_VER "0.3"
int aor_close(RIG *rig); int aor_close(RIG *rig);
@ -53,4 +53,3 @@ extern const struct rig_caps ar7030_caps;
extern const struct rig_caps ar3030_caps; extern const struct rig_caps ar3030_caps;
#endif /* _AOR_H */ #endif /* _AOR_H */

Wyświetl plik

@ -2,7 +2,7 @@
* Hamlib AOR backend - AR5000 description * Hamlib AOR backend - AR5000 description
* Copyright (c) 2000-2004 by Stephane Fillod * Copyright (c) 2000-2004 by Stephane Fillod
* *
* $Id: ar5000.c,v 1.5 2004-09-07 20:40:20 fillods Exp $ * $Id: ar5000.c,v 1.6 2005-04-03 19:41:26 fillods Exp $
* *
* This library is free software; you can redistribute it and/or modify * This library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Library General Public License as * it under the terms of the GNU Library General Public License as
@ -96,7 +96,7 @@ const struct rig_caps ar5000_caps = {
.rig_model = RIG_MODEL_AR5000, .rig_model = RIG_MODEL_AR5000,
.model_name = "AR5000", .model_name = "AR5000",
.mfg_name = "AOR", .mfg_name = "AOR",
.version = BACKEND_VER ".1", .version = BACKEND_VER,
.copyright = "LGPL", .copyright = "LGPL",
.status = RIG_STATUS_BETA, .status = RIG_STATUS_BETA,
.rig_type = RIG_TYPE_SCANNER, .rig_type = RIG_TYPE_SCANNER,