X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdata-list.h;h=80545f7e4765399dd71e3786651163f66b88a5bf;hb=92fb12eb06716d14c05b781f5d9dcde956d77c30;hp=736d2a50672b4c4aa82073e0174c6c7753fcb0ad;hpb=5906e30c29662d12594199e1652ba3a7e5670944;p=pspp diff --git a/src/data-list.h b/src/data-list.h index 736d2a5067..80545f7e47 100644 --- a/src/data-list.h +++ b/src/data-list.h @@ -14,8 +14,8 @@ 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. */ #ifndef INCLUDED_DATA_LIST_H #define INCLUDED_DATA_LIST_H @@ -26,8 +26,8 @@ #include "var.h" #include "vfm.h" -int repeating_data_trns_proc (struct trns_header *, struct ccase *); -void repeating_data_set_write_case (struct trns_header *, +trns_proc_func repeating_data_trns_proc; +void repeating_data_set_write_case (struct transformation *, write_case_func *, write_case_data); #endif /* data-list.h */