Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/crypto/dist/heimdal/lib/hdb remove redundant prototypes.
details: https://anonhg.NetBSD.org/src/rev/9e16debcbc2b
branches: trunk
changeset: 503290:9e16debcbc2b
user: christos <christos%NetBSD.org@localhost>
date: Sun Feb 04 18:00:31 2001 +0000
description:
remove redundant prototypes.
diffstat:
crypto/dist/heimdal/lib/hdb/hdb-private.h | 20 --------------------
crypto/dist/heimdal/lib/hdb/hdb-protos.h | 20 --------------------
2 files changed, 0 insertions(+), 40 deletions(-)
diffs (79 lines):
diff -r c861afc27037 -r 9e16debcbc2b crypto/dist/heimdal/lib/hdb/hdb-private.h
--- a/crypto/dist/heimdal/lib/hdb/hdb-private.h Sun Feb 04 17:46:33 2001 +0000
+++ b/crypto/dist/heimdal/lib/hdb/hdb-private.h Sun Feb 04 18:00:31 2001 +0000
@@ -13,24 +13,4 @@
#endif
#endif
-krb5_error_code
-_hdb_fetch __P((
- krb5_context context,
- HDB *db,
- unsigned flags,
- hdb_entry *entry));
-
-krb5_error_code
-_hdb_remove __P((
- krb5_context context,
- HDB *db,
- hdb_entry *entry));
-
-krb5_error_code
-_hdb_store __P((
- krb5_context context,
- HDB *db,
- unsigned flags,
- hdb_entry *entry));
-
#endif /* __hdb_private_h__ */
diff -r c861afc27037 -r 9e16debcbc2b crypto/dist/heimdal/lib/hdb/hdb-protos.h
--- a/crypto/dist/heimdal/lib/hdb/hdb-protos.h Sun Feb 04 17:46:33 2001 +0000
+++ b/crypto/dist/heimdal/lib/hdb/hdb-protos.h Sun Feb 04 18:00:31 2001 +0000
@@ -86,12 +86,6 @@
krb5_context context,
HDB *db));
-int
-hdb_key2principal __P((
- krb5_context context,
- krb5_data *key,
- krb5_principal p));
-
krb5_error_code
hdb_ldap_create __P((
krb5_context context,
@@ -99,11 +93,6 @@
const char *filename));
krb5_error_code
-hdb_lock __P((
- int fd,
- int operation));
-
-krb5_error_code
hdb_ndbm_create __P((
krb5_context context,
HDB **db,
@@ -116,12 +105,6 @@
krb5_enctype enctype,
Key **key));
-int
-hdb_principal2key __P((
- krb5_context context,
- krb5_principal p,
- krb5_data *key));
-
krb5_error_code
hdb_print_entry __P((
krb5_context context,
@@ -167,9 +150,6 @@
HDB *db,
const char *keyfile));
-krb5_error_code
-hdb_unlock __P((int fd));
-
void
hdb_unseal_keys __P((
krb5_context context,
Home |
Main Index |
Thread Index |
Old Index