mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-07-27 14:30:32 +00:00
spelling: allocate
Signed-off-by: Josh Soref <jsoref@gmail.com>
This commit is contained in:
parent
f8f1069a8d
commit
54d423b874
@ -101,7 +101,7 @@ __attribute__((sentinel)) extern char *must_append_path(char *first, ...);
|
|||||||
/* Return copy of string @entry. Do not fail. */
|
/* Return copy of string @entry. Do not fail. */
|
||||||
extern char *must_copy_string(const char *entry);
|
extern char *must_copy_string(const char *entry);
|
||||||
|
|
||||||
/* Re-alllocate a pointer, do not fail */
|
/* Re-allocate a pointer, do not fail */
|
||||||
extern void *must_realloc(void *orig, size_t sz);
|
extern void *must_realloc(void *orig, size_t sz);
|
||||||
|
|
||||||
extern int lxc_char_left_gc(const char *buffer, size_t len);
|
extern int lxc_char_left_gc(const char *buffer, size_t len);
|
||||||
|
@ -211,7 +211,7 @@ __attribute__((sentinel)) extern char *must_append_path(char *first, ...);
|
|||||||
/* return copy of string @entry; do not fail. */
|
/* return copy of string @entry; do not fail. */
|
||||||
extern char *must_copy_string(const char *entry);
|
extern char *must_copy_string(const char *entry);
|
||||||
|
|
||||||
/* Re-alllocate a pointer, do not fail */
|
/* Re-allocate a pointer, do not fail */
|
||||||
extern void *must_realloc(void *orig, size_t sz);
|
extern void *must_realloc(void *orig, size_t sz);
|
||||||
|
|
||||||
extern bool lxc_nic_exists(char *nic);
|
extern bool lxc_nic_exists(char *nic);
|
||||||
|
Loading…
Reference in New Issue
Block a user