kopia lustrzana https://github.com/Hamlib/Hamlib
Added missing symbol for MacOSX, patch by Marv
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1952 7ae35d74-ebe9-4afe-98af-79ac388436b8Hamlib-1.2.4
rodzic
bd36ce1d87
commit
898cf3dae8
|
@ -2,7 +2,7 @@
|
|||
% * Hamlib Interface - RPC definitions
|
||||
% * Copyright (c) 2000-2002 by Stephane Fillod and Frank Singleton
|
||||
% *
|
||||
% * $Id: rpcrig.x,v 1.9 2004-01-15 23:17:35 fillods Exp $
|
||||
% * $Id: rpcrig.x,v 1.10 2005-03-28 09:37:24 fillods Exp $
|
||||
% *
|
||||
% * This library is free software; you can redistribute it and/or modify
|
||||
% * it under the terms of the GNU Library General Public License as
|
||||
|
@ -64,6 +64,10 @@ typedef long scan_x;
|
|||
typedef long reset_x;
|
||||
typedef long powerstat_x;
|
||||
|
||||
%#if __APPLE__
|
||||
%static int _rpcsvcdirty;
|
||||
%#endif
|
||||
|
||||
struct mode_s {
|
||||
rmode_x mode;
|
||||
pbwidth_x width;
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
% * Copyright (c) 2000-2002 by Stephane Fillod and Frank Singleton
|
||||
% * Contributed by Francois Retief <fgretief@sun.ac.za>
|
||||
% *
|
||||
% * $Id: rpcrot.x,v 1.2 2002-09-13 07:01:54 fillods Exp $
|
||||
% * $Id: rpcrot.x,v 1.3 2005-03-28 09:37:24 fillods Exp $
|
||||
% *
|
||||
% * This library is free software; you can redistribute it and/or modify
|
||||
% * it under the terms of the GNU Library General Public License as
|
||||
|
@ -30,6 +30,10 @@
|
|||
%#include <hamlib/rotator.h>
|
||||
#endif
|
||||
|
||||
%#if __APPLE__
|
||||
%static int _rpcsvcdirty;
|
||||
%#endif
|
||||
|
||||
/* ************************************************************************* */
|
||||
|
||||
typedef unsigned int model_x;
|
||||
|
|
Ładowanie…
Reference in New Issue