From 19d1e3f1953bf7777dfcb5f2789f7cd1fcff2b43 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Thu, 26 Oct 2023 14:15:51 +0200 Subject: FLUID: Adds more capabilities to MergeBack. * better diagnostic dialog texts in interactive mode * won't merge back again after a first mergeback is applied * code needs refactoring and must be in its ow source file --- fluid/code.h | 1 + 1 file changed, 1 insertion(+) (limited to 'fluid/code.h') diff --git a/fluid/code.h b/fluid/code.h index 7d0eee140..68b225183 100644 --- a/fluid/code.h +++ b/fluid/code.h @@ -99,6 +99,7 @@ public: void tag(int type, unsigned short uid); int merge_back(const char *s, int task); + static unsigned long block_crc(const void *data, int n=-1, unsigned long in_crc=0, bool *inout_line_start=NULL); }; #endif // _FLUID_CODE_H -- cgit v1.2.3