summaryrefslogtreecommitdiff
path: root/source3/lib/username.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2002-02-27 11:47:33 +0000
committerAndrew Bartlett <abartlet@samba.org>2002-02-27 11:47:33 +0000
commitf8711444cf757f1eefbf5f9634c5f5b2feb93e2a (patch)
treefca58120ed3966ed3e853b4f9b68d80a00a7e5dc /source3/lib/username.c
parent588fbe8f0c38bd7a02ebba141039831278b364a7 (diff)
downloadsamba-f8711444cf757f1eefbf5f9634c5f5b2feb93e2a.tar.gz
samba-f8711444cf757f1eefbf5f9634c5f5b2feb93e2a.tar.bz2
samba-f8711444cf757f1eefbf5f9634c5f5b2feb93e2a.zip
Make this function static
(This used to be commit 85974e6c43b796649f04544eeffeba837cae963b)
Diffstat (limited to 'source3/lib/username.c')
-rw-r--r--source3/lib/username.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/username.c b/source3/lib/username.c
index 6482bab87e..bde44ac515 100644
--- a/source3/lib/username.c
+++ b/source3/lib/username.c
@@ -238,7 +238,7 @@ BOOL map_username(char *user)
* - using lp_usernamelevel() for permutations.
****************************************************************************/
-struct passwd *Get_Pwnam_internals(const char *user, char *user2)
+static struct passwd *Get_Pwnam_internals(const char *user, char *user2)
{
struct passwd *ret = NULL;