cvsuser     04/01/01 10:25:15

  Modified:    docs/pdds pdd16_native_call.pod
  Log:
  Fixup documentation whoops
  
  Revision  Changes    Path
  1.4       +1 -1      parrot/docs/pdds/pdd16_native_call.pod
  
  Index: pdd16_native_call.pod
  ===================================================================
  RCS file: /cvs/public/parrot/docs/pdds/pdd16_native_call.pod,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -w -r1.3 -r1.4
  --- pdd16_native_call.pod     28 Dec 2003 21:08:33 -0000      1.3
  +++ pdd16_native_call.pod     1 Jan 2004 18:25:15 -0000       1.4
  @@ -145,7 +145,7 @@
   
   then use type C, where if the function signature is:
   
  -   void (function *)(void *library_data, void *your_data);
  +   void (function *)(void *your_data, void *library_data);
   
   then use a type of D. The actual pointer types for the parameters
   don't have to be void *, but they must be pointers of some sort.
  
  
  

Reply via email to