chiark / gitweb /
hostside: more length for bavarian
[trains.git] / hostside / realtime.h
index 3624c754a72e7c2fb3f13bbf85723975d16f0dfe..d644ca21de773bdee6b1dc719fdb6551227b35e9 100644 (file)
 
 #include <fcntl.h>
 #include <dirent.h>
+#include <inttypes.h>
 
 #include <sys/types.h>
 #include <sys/time.h>
 
+#include "../.git-revid-autoversion.h"
 #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 ----------*/
@@ -198,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 ----------*/