summaryrefslogtreecommitdiffstats
path: root/src/kdc/rtest.c
diff options
context:
space:
mode:
authorEzra Peisach <epeisach@mit.edu>2001-03-08 22:45:29 +0000
committerEzra Peisach <epeisach@mit.edu>2001-03-08 22:45:29 +0000
commit7cc6650d19f177c5423f6691c497567b18987738 (patch)
tree2d5fb131610c05016bf2a4656d671b7370ac8a68 /src/kdc/rtest.c
parentb3dc9eb9546ec86ef4c52ecb2a0a1448273ee8ec (diff)
downloadkrb5-7cc6650d19f177c5423f6691c497567b18987738.tar.gz
krb5-7cc6650d19f177c5423f6691c497567b18987738.tar.xz
krb5-7cc6650d19f177c5423f6691c497567b18987738.zip
* kdc_util.h: Add prototype for process_v4_mode() for main.c to use
* kerberos_v4.c: Do not shadow progname and more variables. * rtest.c (make_princ): Declare static. * sock2p.c: Include kdc_util.h for prototypes. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13064 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/kdc/rtest.c')
-rw-r--r--src/kdc/rtest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kdc/rtest.c b/src/kdc/rtest.c
index e5f1d896a8..8f0e30396a 100644
--- a/src/kdc/rtest.c
+++ b/src/kdc/rtest.c
@@ -31,7 +31,7 @@
#include "kdc_util.h"
#include "extern.h"
-krb5_principal
+static krb5_principal
make_princ(ctx, str, prog)
krb5_context ctx;
const char *str;