X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;ds=sidebyside;f=interpreters%2Fnitfol%2Fundo.h;fp=interpreters%2Fnitfol%2Fundo.h;h=c0ccfeba15696c671cbc42e75c3b9222735be88a;hb=b1f1dc50b22b30c4d7176e1ff7c0805e80fe0724;hp=0000000000000000000000000000000000000000;hpb=50176172d18ae72d019181725c5629d45d21c548;p=projects%2Fchimara%2Fchimara.git diff --git a/interpreters/nitfol/undo.h b/interpreters/nitfol/undo.h new file mode 100644 index 0000000..c0ccfeb --- /dev/null +++ b/interpreters/nitfol/undo.h @@ -0,0 +1,24 @@ +/* This is a Cfunctions (version 0.24) generated header file. + Cfunctions is a free program for extracting headers from C files. + Get Cfunctions from `http://www.hayamasa.demon.co.uk/cfunctions'. */ + +/* This file was generated with: +`cfunctions -i undo.c' */ +#ifndef CFH_UNDO_H +#define CFH_UNDO_H + +/* From `undo.c': */ +void init_undo (void); +BOOL free_undo (void); +BOOL saveundo (BOOL in_instruction ); +BOOL restoreundo (void); +BOOL restoreredo (void); + +#ifdef DEBUGGING +BOOL fast_saveundo (void); +BOOL fast_restoreundo (void); + +#endif +void kill_undo (void); + +#endif /* CFH_UNDO_H */