chiark / gitweb /
safety: movpos: rename movposcomb_update_feature to movposcomb_feature_update (and...
[trains.git] / hostside / safety.h
index 19c9fd9e395b5befc1d6569e345f77ed1083717a..83b570c0fd6d05e8363881f0c81f8ab7ef84708a 100644 (file)
@@ -241,8 +241,8 @@ MovPosComb movpos_change_intent(MovPosChange *chg);
 
 const char *movpos_pname(const Segment *move, MovPosComb poscomb);
 
-MovPosComb movposcomb_update_feature(MovPosComb startpoint,
-                                    const MovFeatInfo *mfi,
+MovPosComb movposcomb_feature_update(const MovFeatInfo *mfi,
+                                    MovPosComb startpoint,
                                     int featpos);
   /* Returns movposcomb representing a changed combination of positions;
    * pure function. */