Skip to content

Commit

Permalink
Merge pull request #70 from mzealey/master
Browse files Browse the repository at this point in the history
Extern integer definitions in the header file
  • Loading branch information
xtacocorex authored Jun 9, 2017
2 parents 6ddd0e0 + 024e5d5 commit 41d4b84
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions source/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,9 @@ typedef struct dyn_int_array_s dyn_int_array_t;

#define FILENAME_BUFFER_SIZE 128

int setup_error;
int module_setup;
int DEBUG;
extern int setup_error;
extern int module_setup;
extern int DEBUG;

int get_xio_base(void);
int is_this_chippro(void);
Expand Down

0 comments on commit 41d4b84

Please sign in to comment.