Fix up WsprTxScheduler.h, place variables in unnamed namespace, etc.

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@5540 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Steven Franke
2015-06-05 19:48:53 +00:00
parent f12de9e9e6
commit fbd3058d00
3 changed files with 16 additions and 40 deletions
+1 -1
View File
@@ -8,6 +8,7 @@
#include "SettingsGroup.hpp"
#include "Configuration.hpp"
#include "FrequencyList.hpp"
#include "WsprTxScheduler.h"
#include "pimpl_impl.hpp"
#include "moc_WSPRBandHopping.cpp"
@@ -22,7 +23,6 @@ extern "C"
, int * ntxnext, int my_grid_len);
#endif
};
extern int next_tx_state(int pctx);
namespace
{