make procs static
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14418 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -467,7 +467,7 @@ typedef krb5_error_code (*kpwd_process_reply) (krb5_context,
|
|||||||
krb5_data *,
|
krb5_data *,
|
||||||
const char *);
|
const char *);
|
||||||
|
|
||||||
struct kpwd_proc {
|
static struct kpwd_proc {
|
||||||
const char *name;
|
const char *name;
|
||||||
int flags;
|
int flags;
|
||||||
#define SUPPORT_TCP 1
|
#define SUPPORT_TCP 1
|
||||||
|
Reference in New Issue
Block a user