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