Cope with changes to ssw_axis_model (upstream)
[pspp] / src / data / datasheet.h
index 0508896ae9e30876be39c4e749aabe50d4e572ee..425f95474762d756c98125f6293fbaf7a34293db 100644 (file)
@@ -1,5 +1,5 @@
 /* PSPP - a program for statistical analysis.
-   Copyright (C) 2007, 2009 Free Software Foundation, Inc.
+   Copyright (C) 2007, 2009, 2011 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,8 +17,8 @@
 #ifndef DATA_DATASHEET_H
 #define DATA_DATASHEET_H 1
 
-#include <data/case.h>
-#include <data/value.h>
+#include "data/case.h"
+#include "data/value.h"
 
 struct caseproto;
 struct casereader;
@@ -51,8 +51,8 @@ void datasheet_move_columns (struct datasheet *,
                              size_t cnt);
 bool datasheet_resize_column (struct datasheet *, size_t column, int new_width,
                               void (*resize_cb) (const union value *,
-                                                 union value *, void *aux),
-                              void *aux);
+                                                 union value *, const void *aux),
+                              const void *aux);
 
 /* Rows. */
 casenumber datasheet_get_n_rows (const struct datasheet *);