mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-10-31 15:47:10 -04:00
Forgot to update calling sequence of symspec() in its declaration.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@3302 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
f95ab994c0
commit
7717bdfe04
@ -358,8 +358,8 @@ extern int ptt(int nport, int ntx, int* iptt, int* nopen);
|
||||
|
||||
extern "C" {
|
||||
//----------------------------------------------------- C and Fortran routines
|
||||
void symspec_(int* k, int* ntrperiod, int* nsps, int* ingain, int* nb,
|
||||
int* m_NBslider, float* px, float s[], float red[],
|
||||
void symspec_(int* k, int* ntrperiod, int* nsps, int* ingain,
|
||||
float* px, float s[], float red[],
|
||||
float* df3, int* nhsym, int* npts8);
|
||||
|
||||
void genjt9_(char* msg, int* ichk, char* msgsent, int itone[],
|
||||
|
Loading…
Reference in New Issue
Block a user