X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdata%2Fdatasheet.h;h=425f95474762d756c98125f6293fbaf7a34293db;hb=71131a5290c10c9edc03056ccbf9e6eb0e70e9b4;hp=0508896ae9e30876be39c4e749aabe50d4e572ee;hpb=3bbb4370239deb29ebbf813d258aef6249e2a431;p=pspp diff --git a/src/data/datasheet.h b/src/data/datasheet.h index 0508896ae9..425f954747 100644 --- a/src/data/datasheet.h +++ b/src/data/datasheet.h @@ -1,5 +1,5 @@ /* PSPP - a program for statistical analysis. - Copyright (C) 2007, 2009 Free Software Foundation, Inc. + Copyright (C) 2007, 2009, 2011 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 @@ -17,8 +17,8 @@ #ifndef DATA_DATASHEET_H #define DATA_DATASHEET_H 1 -#include -#include +#include "data/case.h" +#include "data/value.h" struct caseproto; struct casereader; @@ -51,8 +51,8 @@ void datasheet_move_columns (struct datasheet *, size_t cnt); bool datasheet_resize_column (struct datasheet *, size_t column, int new_width, void (*resize_cb) (const union value *, - union value *, void *aux), - void *aux); + union value *, const void *aux), + const void *aux); /* Rows. */ casenumber datasheet_get_n_rows (const struct datasheet *);