Index: firmware/App/Controllers/SyringePump.h =================================================================== diff -u -rd4dfcd3155274d9252ddb5f10d9d081f3ecd6b5a -raeeff23d7aec8a1396393d3cb188ac03eca60ead --- firmware/App/Controllers/SyringePump.h (.../SyringePump.h) (revision d4dfcd3155274d9252ddb5f10d9d081f3ecd6b5a) +++ firmware/App/Controllers/SyringePump.h (.../SyringePump.h) (revision aeeff23d7aec8a1396393d3cb188ac03eca60ead) @@ -106,6 +106,7 @@ BOOL isSyringeVolumeAdequate( void ); BOOL isSyringePumpPrimed( void ); BOOL isSyringePumpRunning( void ); +BOOL isSyringePumpPreLoaded( void ); F32 getSyringePumpVolumeDelivered( void ); BOOL testSetSyringePumpDataPublishIntervalOverride( U32 value );