Changes between Version 4 and Version 5 of rfc8_devguide


Ignore:
Timestamp:
Aug 4, 2010, 2:19:38 PM (14 years ago)
Author:
warmerdam
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • rfc8_devguide

    v4 v5  
    5151variables.
    5252
    53  * '''char **papszTokens''': Pointer to the first element of an array of strings.
     53 * '''char **papszTokens''': Pointer to the an array of strings.
    5454 * '''int *panBands''': Pointer to the first element of an array of numbers.
    5555 * '''double *padfScanline''': Pointer to the first element of an array of doubles.