X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fvfm.h;h=d72568ce8e1eaf3c33daccba7fd53bf86a1a6ca1;hb=1e06be73a426544652cdd7d73f001c962bac1a34;hp=d1ef883080fbc054501a0508a11f15c998d96e6f;hpb=7dc203206d3f3172474a4ec0f4dcab5364f4ce26;p=pspp diff --git a/src/vfm.h b/src/vfm.h index d1ef883080..d72568ce8e 100644 --- a/src/vfm.h +++ b/src/vfm.h @@ -14,17 +14,14 @@ 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 !vfm_h #define vfm_h 1 #include -/* This is the time at which vfm was last invoked. */ -extern time_t last_vfm_invocation; - struct ccase; typedef struct write_case_data *write_case_data; typedef int write_case_func (write_case_data); @@ -134,5 +131,7 @@ struct ccase *lagged_case (int n_before); void multipass_procedure_with_splits (void (*) (const struct casefile *, void *), void *aux); + +time_t vfm_last_invocation (void); #endif /* !vfm_h */