1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-01 16:23:49 +03:00

r6795: Make some functions static and remove some unused ones.

This commit is contained in:
Jelmer Vernooij
2005-05-15 20:16:26 +00:00
committed by Gerald (Jerry) Carter
parent f5956d1501
commit 46509eb899
23 changed files with 64 additions and 158 deletions

View File

@@ -86,11 +86,11 @@ static const struct {
extern int winbindd_fd;
const char *opt_username;
const char *opt_domain;
const char *opt_workstation;
const char *opt_password;
int opt_multiplex;
static const char *opt_username;
static const char *opt_domain;
static const char *opt_workstation;
static const char *opt_password;
static int opt_multiplex;
static void mux_printf(unsigned int mux_id, const char *format, ...) PRINTF_ATTRIBUTE(2, 3);