pivot-table: Add more tests for category and dimension borders.
[pspp] / src / data / psql-reader.h
index bd83accb73f1c69ec2be870556b8f4e8a65d2b50..685d19a9183f36353f45b036c014bb0e07d5ed66 100644 (file)
@@ -1,5 +1,5 @@
 /* PSPP - a program for statistical analysis.
-   Copyright (C) 2008 Free Software Foundation, Inc.
+   Copyright (C) 2008, 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
 #define PSQL_READER_H 1
 
 #include <stdbool.h>
-#include <libpspp/str.h>
+#include "libpspp/str.h"
 
 struct casereader;
 
 struct psql_read_info
 {
   char *conninfo ;
-  struct string sql;
+  char * sql;
   bool allow_clear;
   int str_width;
+  int bsize;
 };
 
 struct dictionary;