X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fmath%2Fnp.h;h=b5265bd41f72c57d5b895a578a428971957fb61a;hb=8b71948cd57dbd2787cb4c50525b957e9be8a62b;hp=7db51f73b223fbcf7ade345afec06c45b5687fb9;hpb=9a331fe64eb814ae5c1322e21717a04fb254bf65;p=pspp-builds.git diff --git a/src/math/np.h b/src/math/np.h index 7db51f73..b5265bd4 100644 --- a/src/math/np.h +++ b/src/math/np.h @@ -1,5 +1,5 @@ /* PSPP - a program for statistical analysis. - Copyright (C) 2008 Free Software Foundation, Inc. + Copyright (C) 2008, 2009 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 @@ -54,6 +54,6 @@ struct np }; -struct order_stats * np_create (const struct moments1 *); +struct np * np_create (const struct moments1 *); #endif