dotgnu-pnet-commits
[Top][All Lists]
Advanced

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

[Dotgnu-pnet-commits] CVS: pnet/include il_types.h, 1.21, 1.22 il_writer


From: Richard Baumann <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnet/include il_types.h, 1.21, 1.22 il_writer.h, 1.8, 1.9
Date: Sun, 20 Jul 2003 00:59:12 -0400

Update of /cvsroot/dotgnu-pnet/pnet/include
In directory subversions:/tmp/cvs-serv16434/include

Modified Files:
        il_types.h il_writer.h 
Log Message:
Implement most of the remaining lib_emit icalls.


Index: il_types.h
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/include/il_types.h,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -r1.21 -r1.22
*** il_types.h  16 Jul 2003 23:44:15 -0000      1.21
--- il_types.h  20 Jul 2003 04:59:10 -0000      1.22
***************
*** 635,638 ****
--- 635,643 ----
                                                  ILType *classParams, ILType 
*methodParams);
  
+ /*
+  * Returns a hash code value for the given type.
+  */
+ unsigned long ILTypeHash(ILType *type);
+ 
  #ifdef        __cplusplus
  };

Index: il_writer.h
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/include/il_writer.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** il_writer.h 9 Jul 2003 00:53:22 -0000       1.8
--- il_writer.h 20 Jul 2003 04:59:10 -0000      1.9
***************
*** 90,93 ****
--- 90,105 ----
  
  /*
+  * Set the stream of the image writer if the stream supplied on creation was
+  * null. If "seekable" is non-zero, then the stream is seekable. Does nothing
+  * if the stream has already been set or if the supplied stream is null.
+  */
+ void ILWriterSetStream(ILWriter *writer, FILE *stream, int seekable);
+ 
+ /*
+  * Reset the type and flags of the image writer.
+  */
+ void ILWriterResetTypeAndFlags(ILWriter *writer, int type, int flags);
+ 
+ /*
   * Output the metadata from an image structure into an
   * image writer's output stream.  This is typically called





reply via email to

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