summaryrefslogtreecommitdiff
path: root/base.h
diff options
context:
space:
mode:
Diffstat (limited to 'base.h')
-rw-r--r--base.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/base.h b/base.h
index 816333d..7b5f6b5 100644
--- a/base.h
+++ b/base.h
@@ -62,6 +62,7 @@ typedef struct {
SearchType search_type;
GtkWidget *prev_focus;
uint64_t *search_candidates; // this is a bit array, where the ith bit corresponds to whether byte #i in the processes memory is a search candidate.
+ FILE *prev_memory; // used by same/different search to hold the memory at the previous step
} State;
static void display_dialog_box_nofmt(State *state, GtkMessageType type, char const *message) {