--- freem/src/journal.h 2025/03/09 19:14:25 1.3 +++ freem/src/journal.h 2025/04/08 20:00:56 1.4 @@ -1,5 +1,5 @@ /* - * $Id: journal.h,v 1.3 2025/03/09 19:14:25 snw Exp $ + * $Id: journal.h,v 1.4 2025/04/08 20:00:56 snw Exp $ * Function prototypes, structs, and macros for FreeM * journaling implementation * @@ -25,6 +25,9 @@ * along with FreeM. If not, see . * * $Log: journal.h,v $ + * Revision 1.4 2025/04/08 20:00:56 snw + * Global handler now uses a header file and maintains the last journaling transaction ID + * * Revision 1.3 2025/03/09 19:14:25 snw * First phase of REUSE compliance and header reformat * @@ -53,6 +56,7 @@ #include "jnldefs.h" +extern unsigned long jnl_tran_id; extern short jnl_enabled; extern short jnl_init(char *jnlfile, char *hostid, unsigned long jnl_cut_threshold, unsigned long tran_id);