mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2025-01-17 18:34:03 -05:00
Mark functions static
These functions are not used outside this file. Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
This commit is contained in:
parent
e8e571d7ce
commit
8f03ac9007
@ -2824,7 +2824,7 @@ int wpa_config_set_cred(struct wpa_cred *cred, const char *var,
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
char * alloc_int_str(int val)
|
static char * alloc_int_str(int val)
|
||||||
{
|
{
|
||||||
char *buf;
|
char *buf;
|
||||||
|
|
||||||
@ -2836,7 +2836,7 @@ char * alloc_int_str(int val)
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
char * alloc_strdup(const char *str)
|
static char * alloc_strdup(const char *str)
|
||||||
{
|
{
|
||||||
if (str == NULL)
|
if (str == NULL)
|
||||||
return NULL;
|
return NULL;
|
||||||
|
Loading…
Reference in New Issue
Block a user