X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdata%2Fsettings.h;h=3de1715f0738595dc7fd53a4df82b34a96dc98f0;hb=3eb9c30ebea7269e9eae90bd9ab5e0a363478297;hp=e39a63a0fefc766546362d7e1bb412454539f10f;hpb=ee7be3e962a4faba54d7bc01364365b51167242c;p=pspp-builds.git diff --git a/src/data/settings.h b/src/data/settings.h index e39a63a0..3de1715f 100644 --- a/src/data/settings.h +++ b/src/data/settings.h @@ -1,5 +1,5 @@ /* PSPP - a program for statistical analysis. - Copyright (C) 1997-9, 2000, 2006 Free Software Foundation, Inc. + Copyright (C) 1997-9, 2000, 2006, 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 @@ -19,10 +19,13 @@ #include #include +#include +#include +#include +struct caseproto; struct settings; - void settings_init (int *, int *); void settings_done (void); @@ -104,7 +107,7 @@ char settings_get_endcmd (void); void settings_set_endcmd (char); size_t settings_get_workspace (void); -size_t settings_get_workspace_cases (size_t value_cnt); +size_t settings_get_workspace_cases (const struct caseproto *); void settings_set_workspace (size_t); const struct fmt_spec *settings_get_format (void);