chiark / gitweb /
hostside: more length for bavarian
[trains.git] / hostside / realtime.h
index 02635a0288ee7445926eb409f95682f610183698..d644ca21de773bdee6b1dc719fdb6551227b35e9 100644 (file)
@@ -15,6 +15,7 @@
 
 #include <fcntl.h>
 #include <dirent.h>
+#include <inttypes.h>
 
 #include <sys/types.h>
 #include <sys/time.h>
@@ -23,8 +24,8 @@
 #include "../layout/layout-data.h"
 #include "realtime+dflags.h"
 
-typedef struct Segment Segment;
-typedef struct Train Train;
+typedef struct Segment Segment; /* from safety.h */
+typedef struct Train Train; /* from safety.h */
 typedef struct TimeoutEvent TimeoutEvent;
 
 /*---------- from retransmit.c ----------*/
@@ -199,6 +200,7 @@ void adjuncts_updated(AdjunctsAddr *a);
 
 void points_turning_on(void);
 void motions_all_abandon(void);
+void movpos_reportall(void);
 
 /*---------- from eventhelp.c ----------*/