mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-28 11:57:28 +00:00
static'ize and declare functions
Reviewed by: rwatson Obtained from: TrustedBSD Project
This commit is contained in:
parent
d9a5f8900a
commit
c61eb011c4
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=91032
@ -40,6 +40,10 @@
|
||||
|
||||
#include "acl_support.h"
|
||||
|
||||
static acl_tag_t acl_string_to_tag(char *tag, char *qualifier);
|
||||
static char *string_skip_whitespace(char *string);
|
||||
static void string_trim_trailing_whitespace(char *string);
|
||||
|
||||
static char *
|
||||
string_skip_whitespace(char *string)
|
||||
{
|
||||
@ -72,7 +76,7 @@ string_trim_trailing_whitespace(char *string)
|
||||
return;
|
||||
}
|
||||
|
||||
acl_tag_t
|
||||
static acl_tag_t
|
||||
acl_string_to_tag(char *tag, char *qualifier)
|
||||
{
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user