mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-13 17:27:42 +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 *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
|
||||
mtype parameter.
|
||||
|
Loading…
Reference in New Issue
Block a user