aboutsummaryrefslogtreecommitdiff
path: root/src/addrs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/addrs.h')
-rw-r--r--src/addrs.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/addrs.h b/src/addrs.h
index 67a59c8..9f056d1 100644
--- a/src/addrs.h
+++ b/src/addrs.h
@@ -38,3 +38,9 @@ extern u8 *screen_lastlines[7];
/* bottom 2 lines, shared by all screens */
extern u8 *status_box;
+
+/* network status indicator */
+extern u8 *ind_net_status;
+
+/* activity indicator */
+extern u8 *ind_act_status;