X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pspp-builds.git;a=blobdiff_plain;f=src%2Fmath%2Fmerge.h;h=5fdb6fc062d24d692b1d3b95552690d00e9fd793;hp=8bd3384a401818e1352bd7cd94a2a61cc9371695;hb=5c3291dc396b795696e94f47780308fd7ace6fc4;hpb=c6fe58a22249f4f486b42f35fd8bd537c91e8e6e diff --git a/src/math/merge.h b/src/math/merge.h index 8bd3384a..5fdb6fc0 100644 --- a/src/math/merge.h +++ b/src/math/merge.h @@ -1,5 +1,5 @@ /* PSPP - a program for statistical analysis. - Copyright (C) 2007 Free Software Foundation, Inc. + Copyright (C) 2007, 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 @@ -17,13 +17,11 @@ #ifndef MATH_MERGE_H #define MATH_MERGE_H 1 -#include -#include - -struct subcase; +struct caseproto; struct casereader; +struct subcase; -struct merge *merge_create (const struct subcase *, size_t); +struct merge *merge_create (const struct subcase *, const struct caseproto *); void merge_destroy (struct merge *); void merge_append (struct merge *, struct casereader *); struct casereader *merge_make_reader (struct merge *);