Added missing symbol for MacOSX, patch by Marv

git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1952 7ae35d74-ebe9-4afe-98af-79ac388436b8
Hamlib-1.2.4
Stéphane Fillod, F8CFE 2005-03-28 09:37:24 +00:00
rodzic bd36ce1d87
commit 898cf3dae8
2 zmienionych plików z 10 dodań i 2 usunięć

Wyświetl plik

@ -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;

Wyświetl plik

@ -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;