Fixed assignment of the intercept
[pspp-builds.git] / src / filename.h
index 499e693bc42ce370b02fb2dbcbbfe6dbfaa93795..3da1374d956304f611e064a7620d516afccf88c1 100644 (file)
@@ -14,8 +14,8 @@
 
    You should have received a copy of the GNU General Public License
    along with this program; if not, write to the Free Software
-   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
-   02111-1307, USA. */
+   Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+   02110-1301, USA. */
 
 #if !filename_h
 #define filename_h 1
@@ -48,6 +48,11 @@ const char *fn_getenv_default (const char *variable, const char *def);
 
 FILE *fn_open (const char *fn, const char *mode);
 int fn_close (const char *fn, FILE *file);
+
+struct file_identity *fn_get_identity (const char *filename);
+void fn_free_identity (struct file_identity *);
+int fn_compare_file_identities (const struct file_identity *,
+                                const struct file_identity *);
 \f
 /* Extended file routines. */
 struct file_ext;