pspp-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pspp-cvs] Changes to pspp/src/file-handle.q


From: Ben Pfaff
Subject: [Pspp-cvs] Changes to pspp/src/file-handle.q
Date: Tue, 01 Mar 2005 03:16:31 -0500

Index: pspp/src/file-handle.q
diff -u pspp/src/file-handle.q:1.12 pspp/src/file-handle.q:1.13
--- pspp/src/file-handle.q:1.12 Fri Jan 21 11:59:39 2005
+++ pspp/src/file-handle.q      Tue Mar  1 08:16:15 2005
@@ -217,9 +217,10 @@
   return handle;
 }
 
-void
-destroy_file_handle(struct file_handle *fh, void *aux UNUSED)
+static void
+destroy_file_handle(void *fh_, void *aux UNUSED)
 {
+  struct file_handle *fh = fh_;
   free (fh->name);
   free (fh->filename);
   fn_free_identity (fh->identity);




reply via email to

[Prev in Thread] Current Thread [Next in Thread]