X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdata%2Fdatasheet.h;h=2a05fe0da516bef80ea9ee7abafb7b38c33e4892;hb=95b074ff3;hp=3d106193d1cd393bec14297a392bb68bac983604;hpb=3aa5d735c587e0ba8ef616426f8e45f8a7bf1e2a;p=pspp-builds.git diff --git a/src/data/datasheet.h b/src/data/datasheet.h index 3d106193..2a05fe0d 100644 --- a/src/data/datasheet.h +++ b/src/data/datasheet.h @@ -66,21 +66,7 @@ bool datasheet_get_value (const struct datasheet *, casenumber, size_t column, bool datasheet_put_value (struct datasheet *, casenumber, size_t column, const union value *, int width); -/* Testing. */ -struct mc_options; - -struct datasheet_test_params - { - /* Parameters. */ - int max_rows; - int max_cols; - int backing_rows; - int backing_cols; - - /* State. */ - int next_value; - }; - -struct mc_results *datasheet_test (struct mc_options *options, void *params); +unsigned int hash_datasheet (const struct datasheet *ds); +struct datasheet *clone_datasheet (const struct datasheet *ds); #endif /* data/datasheet.h */