]> git.lyx.org Git - lyx.git/blobdiff - src/support/Package.h
add debug function which prints the callstack to stderr, disabled by default
[lyx.git] / src / support / Package.h
index 0398f54bab6bfe1216c17b5bb09bd3bcd32c4145..b8eb197fc4ef1d02fb420ca8a881f21be5112a34 100644 (file)
@@ -52,6 +52,8 @@ void init_package(std::string const & command_line_arg0,
                  std::string const & command_line_user_support_dir,
                  exe_build_dir_to_top_build_dir);
 
+bool packageInitialized();
+
 /** Accessor to the global data.
  *  Asserts that init_package() has been called first.
  */