Skip to content

Commit

Permalink
Correct declaration for blockingstatus variable.
Browse files Browse the repository at this point in the history
Signed-off-by: Samu Voutilainen <[email protected]>
  • Loading branch information
Smarre committed Mar 24, 2023
1 parent 094f33a commit 2f29edb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/setupVars.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ char* find_equals(const char* s) __attribute__((pure));
void trim_whitespace(char *string);
void check_blocking_status(void);

extern unsigned char blockingstatus;
extern enum blocking_status blockingstatus;

#endif //SETUPVARS_H

0 comments on commit 2f29edb

Please sign in to comment.