X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flibpspp%2Fmodel-checker.h;h=1e756119f5b7175860615f6a44938d5e75e6c08b;hb=72f4ef01cee853fd8e5bca96afad06397326ec76;hp=8c86fae61d3eb99f1a3956fbaebad6f0a15be0f5;hpb=3db80dc65b18355b719e8d56032400c753aa4eb7;p=pspp-builds.git diff --git a/src/libpspp/model-checker.h b/src/libpspp/model-checker.h index 8c86fae6..1e756119 100644 --- a/src/libpspp/model-checker.h +++ b/src/libpspp/model-checker.h @@ -1,5 +1,5 @@ /* PSPP - a program for statistical analysis. - Copyright (C) 2007 Free Software Foundation, Inc. + Copyright (C) 2007, 2009 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -418,6 +418,10 @@ FILE *mc_options_get_output_file (const struct mc_options *); void mc_options_set_output_file (struct mc_options *, FILE *); typedef bool mc_progress_func (struct mc *); +mc_progress_func mc_progress_dots; +mc_progress_func mc_progress_fancy; +mc_progress_func mc_progress_verbose; + int mc_options_get_progress_usec (const struct mc_options *); void mc_options_set_progress_usec (struct mc_options *, int progress_usec); mc_progress_func *mc_options_get_progress_func (const struct mc_options *); @@ -460,4 +464,6 @@ struct timeval mc_results_get_start (const struct mc_results *); struct timeval mc_results_get_end (const struct mc_results *); double mc_results_get_duration (const struct mc_results *); +void mc_results_print (const struct mc_results *, FILE *); + #endif /* libpspp/model-checker.h */