X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fsettings.h;h=2c426f94fc6f6e68be32d576c5f190841a695789;hb=1339492699ce7e12c9bf9fa17f9d60a66024cbd1;hp=74e81b5e7018f48657a5697577c07fb7d14ad91e;hpb=eeb3352d718b0cd85afab3f7a7466fcac7791c1c;p=pspp diff --git a/src/settings.h b/src/settings.h index 74e81b5e70..2c426f94fc 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 @@ -169,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);