aboutsummaryrefslogtreecommitdiff
path: root/src/kadmin/dbutil/kdb5_util.h
diff options
context:
space:
mode:
authorEzra Peisach <epeisach@mit.edu>2001-06-08 20:22:46 +0000
committerEzra Peisach <epeisach@mit.edu>2001-06-08 20:22:46 +0000
commit3463d16e217a4e9fc9d28d66564eeed8a87108ee (patch)
tree3a7abc735953c12de10af6f65086aa044ab7d3a1 /src/kadmin/dbutil/kdb5_util.h
parentea70aba69e5595a0af9d36502b8365a22fcddc09 (diff)
downloadkrb5-3463d16e217a4e9fc9d28d66564eeed8a87108ee.zip
krb5-3463d16e217a4e9fc9d28d66564eeed8a87108ee.tar.gz
krb5-3463d16e217a4e9fc9d28d66564eeed8a87108ee.tar.bz2
* dumpv4.c: Pass C_Block * to des_read_password() as per prototype
* loadv4.c: Include k5-int.h before des.h for des_read_password prototype. Pass C_Block * to des_read_password() as per prototype. * kdb5_util.h: Add prototype for usage. * kdb5_create.c, kdb5_destroy.c, kdb5_stash.c: Include kdb5_util.h for usage() prototype. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13317 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/kadmin/dbutil/kdb5_util.h')
-rw-r--r--src/kadmin/dbutil/kdb5_util.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/kadmin/dbutil/kdb5_util.h b/src/kadmin/dbutil/kdb5_util.h
index 52175e5..8c72754 100644
--- a/src/kadmin/dbutil/kdb5_util.h
+++ b/src/kadmin/dbutil/kdb5_util.h
@@ -81,3 +81,6 @@ extern void kdb5_stash PROTOTYPE((int argc, char **argv));
extern void update_ok_file PROTOTYPE((char *file_name));
extern int kadm5_create PROTOTYPE((kadm5_config_params *params));
+
+void usage PROTOTYPE((void));
+