mirror of
https://github.com/lammertb/libhttp.git
synced 2025-08-09 03:22:45 +03:00
Fixed internal doc links
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
|
||||
| Type | Description |
|
||||
| :--- | :--- |
|
||||
|`void *`|Pointer to the memory area or NULL of no area could be found|
|
||||
|`void *`|Pointer to the memory area or NULL if no area could be found|
|
||||
|
||||
### Description
|
||||
|
||||
|
@@ -7,7 +7,7 @@
|
||||
| Parameter | Type | Description |
|
||||
| :--- | :--- | :--- |
|
||||
|**`key`**|`pthread_key_t`|The key of the variable to set|
|
||||
|**`destructor`**|`void (*destructor)(void *)`|Pointer to destructor function to be called when the key is destroyed|
|
||||
|**`destructor`**|`void (*destructor)(void *)`|Pointer to a destructor function to be called when the key is destroyed, or NULL if no destructor functionality is needed|
|
||||
|
||||
### Return Value
|
||||
|
||||
|
Reference in New Issue
Block a user