X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fpsppire-data-store.h;h=5ffd85d68e458137b2b7c2cc25177fc3ce38b42b;hb=a86739f7fdb0a11a16f6c0a47c0e90773f134a53;hp=44b11725babd667a32bb561a00bc3c6e896f78a7;hpb=2165f59ab9eee5272b4037e45477811627cae078;p=pspp-builds.git diff --git a/src/ui/gui/psppire-data-store.h b/src/ui/gui/psppire-data-store.h index 44b11725..5ffd85d6 100644 --- a/src/ui/gui/psppire-data-store.h +++ b/src/ui/gui/psppire-data-store.h @@ -1,5 +1,5 @@ /* PSPPIRE - a graphical user interface for PSPP. - Copyright (C) 2006 Free Software Foundation + Copyright (C) 2006, 2009 Free Software Foundation 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 @@ -122,9 +122,8 @@ size_t psppire_data_store_get_value_count (const PsppireDataStore *ds); -gboolean psppire_data_store_get_case (const PsppireDataStore *ds, - casenumber casenum, - struct ccase *c); +struct ccase *psppire_data_store_get_case (const PsppireDataStore *ds, + casenumber casenum);