Skip to content

Commit

Permalink
Add deprecation version information
Browse files Browse the repository at this point in the history
  • Loading branch information
pepijnve committed Sep 11, 2013
1 parent 1a5dc5f commit a522d5e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions capi/geos_c.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -178,14 +178,15 @@ extern void GEOS_DLL GEOS_interruptRequest();
extern void GEOS_DLL GEOS_interruptCancel();

/*
* @deprecated initialize using GEOS_init_r() and set the message handlers using GEOSContext_setNoticeHandler_r and/or
* GEOSContext_setErrorHandler_r subsequently.
* @deprecated in 3.5.0
* initialize using GEOS_init_r() and set the message handlers using
* GEOSContext_setNoticeHandler_r and/or GEOSContext_setErrorHandler_r
*/
extern GEOSContextHandle_t GEOS_DLL initGEOS_r(
GEOSMessageHandler notice_function,
GEOSMessageHandler error_function);
/*
* @deprecated replaced by GEOS_finish_r.
* @deprecated in 3.5.0 replaced by GEOS_finish_r.
*/
extern void GEOS_DLL finishGEOS_r(GEOSContextHandle_t handle);

Expand Down

0 comments on commit a522d5e

Please sign in to comment.