| serf.h (0.7.1) | | serf.h (0.7.2) |
| | |
| skipping to change at line 1014 ¶ | | skipping to change at line 1014 ¶ |
| void serf_debug__closed_conn( | | void serf_debug__closed_conn( |
| serf_bucket_alloc_t *allocator); | | serf_bucket_alloc_t *allocator); |
| void serf_debug__bucket_destroy( | | void serf_debug__bucket_destroy( |
| const serf_bucket_t *bucket); | | const serf_bucket_t *bucket); |
| void serf_debug__bucket_alloc_check( | | void serf_debug__bucket_alloc_check( |
| serf_bucket_alloc_t *allocator); | | serf_bucket_alloc_t *allocator); |
| | |
| /* Version info */ | | /* Version info */ |
| #define SERF_MAJOR_VERSION 0 | | #define SERF_MAJOR_VERSION 0 |
| #define SERF_MINOR_VERSION 7 | | #define SERF_MINOR_VERSION 7 |
| #define SERF_PATCH_VERSION 1 | | #define SERF_PATCH_VERSION 2 |
| | |
| /* Version number string */ | | /* Version number string */ |
| #define SERF_VERSION_STRING APR_STRINGIFY(SERF_MAJOR_VERSION) "." \ | | #define SERF_VERSION_STRING APR_STRINGIFY(SERF_MAJOR_VERSION) "." \ |
| APR_STRINGIFY(SERF_MINOR_VERSION) "." \ | | APR_STRINGIFY(SERF_MINOR_VERSION) "." \ |
| APR_STRINGIFY(SERF_PATCH_VERSION) | | APR_STRINGIFY(SERF_PATCH_VERSION) |
| | |
| /** | | /** |
| * Check at compile time if the Serf version is at least a certain | | * Check at compile time if the Serf version is at least a certain |
| * level. | | * level. |
| * @param major The major version component of the version checked | | * @param major The major version component of the version checked |
| | |
| End of changes. 1 change blocks. |
| 1 lines changed or deleted | | 1 lines changed or added |
|