mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-14 14:05:31 +00:00
Merge pull request #3817 from sergeyrar/patch-1
XSTRDUP function signature fix
This commit is contained in:
commit
feed78aa63
@ -95,7 +95,7 @@ Usage
|
|||||||
|
|
||||||
.. c:function:: void *XCALLOC(struct memtype *mtype, size_t size)
|
.. c:function:: void *XCALLOC(struct memtype *mtype, size_t size)
|
||||||
|
|
||||||
.. c:function:: void *XSTRDUP(struct memtype *mtype, size_t size)
|
.. c:function:: void *XSTRDUP(struct memtype *mtype, const char *name)
|
||||||
|
|
||||||
Allocation wrappers for malloc/calloc/realloc/strdup, taking an extra
|
Allocation wrappers for malloc/calloc/realloc/strdup, taking an extra
|
||||||
mtype parameter.
|
mtype parameter.
|
||||||
|
Loading…
Reference in New Issue
Block a user