about summary refs log tree commit diff homepage
path: root/lib/Core/UserSearcher.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Core/UserSearcher.h')
-rw-r--r--lib/Core/UserSearcher.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Core/UserSearcher.h b/lib/Core/UserSearcher.h
index d01a017f..1c04581d 100644
--- a/lib/Core/UserSearcher.h
+++ b/lib/Core/UserSearcher.h
@@ -17,6 +17,8 @@ namespace klee {
   // XXX gross, should be on demand?
   bool userSearcherRequiresMD2U();
 
+  void initializeSearchOptions();
+
   Searcher *constructUserSearcher(Executor &executor);
 }