summaryrefslogtreecommitdiffabout
path: root/gammu/emb/gammu/gammu.h
Side-by-side diff
Diffstat (limited to 'gammu/emb/gammu/gammu.h') (more/less context) (ignore whitespace changes)
-rw-r--r--gammu/emb/gammu/gammu.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/gammu/emb/gammu/gammu.h b/gammu/emb/gammu/gammu.h
index d3de31b..ff50c9c 100644
--- a/gammu/emb/gammu/gammu.h
+++ b/gammu/emb/gammu/gammu.h
@@ -59,7 +59,7 @@ void GSM_Terminate (void);
-static GSM_StateMachine s;
-static GSM_Phone_Functions *Phone;
-static GSM_Error error;
+extern GSM_StateMachine s;
+extern GSM_Phone_Functions *Phone;
+extern GSM_Error error;
-static bool gshutdown;
+extern volatile bool gshutdown;