X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdata-list.h;h=80545f7e4765399dd71e3786651163f66b88a5bf;hb=e210b20bf6f405637c8c03dd280b5a4a627191b8;hp=494c2ee5a412c4b22c5c6b6520c4e8d38a95d830;hpb=bc963dae9be291ea0a7cccf189d13e00d3797cfd;p=pspp diff --git a/src/data-list.h b/src/data-list.h index 494c2ee5a4..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 @@ -27,7 +27,7 @@ #include "vfm.h" trns_proc_func repeating_data_trns_proc; -void repeating_data_set_write_case (struct trns_header *, +void repeating_data_set_write_case (struct transformation *, write_case_func *, write_case_data); #endif /* data-list.h */