Changes between Version 4 and Version 5 of RFC3


Ignore:
Timestamp:
Oct 22, 2008, 11:37:29 AM (16 years ago)
Author:
cthibert
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RFC3

    v4 v5  
    3333} GEOSConextHandleInternal_t;
    3434
    35 typedef void *GEOSContextHandle_t;
     35typedef struct GEOSContextHandle_HS *GEOSContextHandle_t;
    3636}}}
     37
     38The typedef for GEOSContextHandle_t will make it easier for the compiler to help detect an incorrect pointer being passed to the functions.
    3739
    3840=== Example Prototypes ===