X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fsettings.h;h=8cff528ee70fa1494d816cb2ad5622194a3f0466;hb=a29bbbe97388bb6f9c9b4df36b448dfe5023363c;hp=4c196b7e5f98a0b341982d46f808ca0c4a54adc2;hpb=d5e5cf282cc56899913654a62c425e584acecfb2;p=pspp diff --git a/src/settings.h b/src/settings.h index 4c196b7e5f..8cff528ee7 100644 --- a/src/settings.h +++ b/src/settings.h @@ -14,8 +14,8 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA - 02111-1307, USA. */ + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + 02110-1301, USA. */ #if !settings_h #define settings_h 1 @@ -139,6 +139,7 @@ int get_viewlength(void); int get_viewwidth(void); void init_settings(void) ; +void done_settings(void) ; /* Whether pspp can erase and overwrite files */ int safer_mode(void); @@ -168,6 +169,9 @@ char *get_cprompt(void); /* Whether we echo commands to the listing file/printer;*/ int get_echo(void); +/* What year to use as the start of the epoch. */ +int get_epoch (void); + /* If echo is on, whether commands from include files are echoed */ int get_include(void); @@ -203,7 +207,7 @@ int get_mxloops(void); int get_nullline(void); /* The character used to terminate commands. */ -unsigned char get_endcmd(void); +char get_endcmd(void); /* Approximate maximum amount of memory to use for cases, in bytes. */