X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdata%2Fpsql-reader.h;h=685d19a9183f36353f45b036c014bb0e07d5ed66;hb=853329fd7c721a0b430a80abe0308d5eb1b1002c;hp=bd83accb73f1c69ec2be870556b8f4e8a65d2b50;hpb=8b03aa29f34fde020febc38fa1119bf99bc55205;p=pspp diff --git a/src/data/psql-reader.h b/src/data/psql-reader.h index bd83accb73..685d19a918 100644 --- a/src/data/psql-reader.h +++ b/src/data/psql-reader.h @@ -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 @@ -18,16 +18,17 @@ #define PSQL_READER_H 1 #include -#include +#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;