This commit was generated by cvs2svn to compensate for changes in r5057,
[chise/xemacs-chise.git.1] / src / lstream.h
index 357c820..e67bf4d 100644 (file)
@@ -129,7 +129,7 @@ typedef struct lstream_implementation
   int (*closer) (Lstream *stream);
   /* Mark this object for garbage collection.  Same semantics as
      a standard Lisp_Object marker.  This function can be NULL. */
-  Lisp_Object (*marker) (Lisp_Object lstream);
+  Lisp_Object (*marker) (Lisp_Object lstream, void (*markfun) (Lisp_Object));
 } Lstream_implementation;
 
 #define DEFINE_LSTREAM_IMPLEMENTATION(name,c_name,size)        \