X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdata%2Fcase-map.h;h=010dd487274d537af9035a53b5e5dac21ef12a91;hb=cc57a28ef6796ae9a64ef80d453f72126956d49d;hp=1c8608c291b7d09df64d692142f4c5915c6aa9a2;hpb=9bf1c33953f7feff2a24a06293f6fe96b75cc41a;p=pspp-builds.git diff --git a/src/data/case-map.h b/src/data/case-map.h index 1c8608c2..010dd487 100644 --- a/src/data/case-map.h +++ b/src/data/case-map.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 @@ -34,8 +34,7 @@ struct dictionary; struct case_map *case_map_create (void); void case_map_destroy (struct case_map *); -void case_map_execute (const struct case_map *, - const struct ccase *, struct ccase *); +struct ccase *case_map_execute (const struct case_map *, struct ccase *); size_t case_map_get_value_cnt (const struct case_map *);