File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -1337,13 +1337,13 @@ typedef struct { /* GIS type */
13371337typedef void fatalfunc_t (const char * ); /* fatal callback function type */
13381338
13391339/* global variables ----------------------------------------------------------*/
1340- extern const double chisqr []; /* chi-sqr(n) table (alpha=0.001) */
1341- extern const prcopt_t prcopt_default ; /* default positioning options */
1342- extern const solopt_t solopt_default ; /* default solution output options */
1343- extern const sbsigpband_t igpband1 [9 ][8 ]; /* SBAS IGP band 0-8 */
1344- extern const sbsigpband_t igpband2 [2 ][5 ]; /* SBAS IGP band 9-10 */
1345- extern const char * formatstrs []; /* stream format strings */
1346- extern opt_t sysopts []; /* system options table */
1340+ EXPORT extern const double chisqr []; /* chi-sqr(n) table (alpha=0.001) */
1341+ EXPORT extern const prcopt_t prcopt_default ; /* default positioning options */
1342+ EXPORT extern const solopt_t solopt_default ; /* default solution output options */
1343+ EXPORT extern const sbsigpband_t igpband1 [9 ][8 ]; /* SBAS IGP band 0-8 */
1344+ EXPORT extern const sbsigpband_t igpband2 [2 ][5 ]; /* SBAS IGP band 9-10 */
1345+ EXPORT extern const char * formatstrs []; /* stream format strings */
1346+ EXPORT extern opt_t sysopts []; /* system options table */
13471347
13481348/* satellites, systems, codes functions --------------------------------------*/
13491349EXPORT int satno (int sys , int prn );
You can’t perform that action at this time.
0 commit comments