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:
committed by
Gerald (Jerry) Carter
parent
f5956d1501
commit
46509eb899
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user