diff options
| author | Matthias Melcher <github@matthiasm.com> | 2023-10-26 14:15:51 +0200 |
|---|---|---|
| committer | Matthias Melcher <github@matthiasm.com> | 2023-10-26 14:15:58 +0200 |
| commit | 19d1e3f1953bf7777dfcb5f2789f7cd1fcff2b43 (patch) | |
| tree | 9206a611dcc41c97cc6aeab6e53336d6c6ccdff8 /fluid/code.h | |
| parent | 0d5ae9ceac960f8fdc304037a965c91dacc0411b (diff) | |
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
Diffstat (limited to 'fluid/code.h')
| -rw-r--r-- | fluid/code.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
