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_image.h,1.15,1.16


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnet/include il_image.h,1.15,1.16
Date: Fri, 28 Feb 2003 01:57:33 -0500

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

Modified Files:
        il_image.h 
Log Message:


Load the modules specified in the File table during dynamic linking.


Index: il_image.h
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/include/il_image.h,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -r1.15 -r1.16
*** il_image.h  14 Aug 2002 10:49:21 -0000      1.15
--- il_image.h  28 Feb 2003 06:57:31 -0000      1.16
***************
*** 119,122 ****
--- 119,128 ----
  
  /*
+  * Get an image from a context that has a particular file name.
+  * Returns NULL if no such image.
+  */
+ ILImage *ILContextGetFile(ILContext *context, const char *name);
+ 
+ /*
   * Iterate through the images that are associated with a context.
   */





reply via email to

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