Fixing multiple definitions of exitflag (szechyjs#104) (#105)

Thanks to N0YKG for the fix! I am just making the PR :)
This commit is contained in:
Yinette Hodge 2021-10-22 04:47:46 +11:00 committed by GitHub
parent 290a2204ba
commit 2debc3e5f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -61,7 +61,7 @@
/*
* global variables
*/
int exitflag;
extern int exitflag;
typedef struct

View File

@ -28,6 +28,7 @@
#include "p25p1_heuristics.h"
#include "pa_devs.h"
int exitflag = 0;
int
comp (const void *a, const void *b)