Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/crypto/dist/krb4/lib/kadm remove redundant declarations.



details:   https://anonhg.NetBSD.org/src/rev/26e8214227c1
branches:  trunk
changeset: 503292:26e8214227c1
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Feb 04 18:02:30 2001 +0000

description:
remove redundant declarations.

diffstat:

 crypto/dist/krb4/lib/kadm/kadm_locl.h |  14 +-------------
 1 files changed, 1 insertions(+), 13 deletions(-)

diffs (28 lines):

diff -r 6f6c81635651 -r 26e8214227c1 crypto/dist/krb4/lib/kadm/kadm_locl.h
--- a/crypto/dist/krb4/lib/kadm/kadm_locl.h     Sun Feb 04 18:01:48 2001 +0000
+++ b/crypto/dist/krb4/lib/kadm/kadm_locl.h     Sun Feb 04 18:02:30 2001 +0000
@@ -31,7 +31,7 @@
  * SUCH DAMAGE.
  */
 
-/* $Id: kadm_locl.h,v 1.1.1.2 2000/12/29 01:43:09 assar Exp $ */
+/* $Id: kadm_locl.h,v 1.2 2001/02/04 18:02:30 christos Exp $ */
 
 #include "config.h"
 #include "protos.h"
@@ -75,15 +75,3 @@
 #include <krb_db.h>
 #include <kadm.h>
 #include <kadm_err.h>
-
-int vts_long __P((u_int32_t, u_char **, int));
-int vals_to_stream __P((Kadm_vals *, u_char **));
-int stream_to_vals __P((u_char *, Kadm_vals *, int));
-
-int kadm_init_link __P((char n[], char i[], char r[]));
-int kadm_change_pw __P((des_cblock));
-int kadm_add __P((Kadm_vals *));
-int kadm_mod __P((Kadm_vals *, Kadm_vals *));
-int kadm_get __P((Kadm_vals *, u_char fl[4]));
-
-



Home | Main Index | Thread Index | Old Index