updated to new sl

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@2429 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1997-07-18 01:06:08 +00:00
parent 4381cacb0e
commit 14c550fe26
12 changed files with 43 additions and 29 deletions

View File

@@ -59,16 +59,17 @@ static SL_cmd commands[] = {
krb5_context context;
char *database = HDB_DEFAULT_DB;
void
int
help(int argc, char **argv)
{
sl_help(commands, argc, argv);
return 0;
}
void
int
exit_kdb_edit (int argc, char **argv)
{
exit (0);
return 1;
}
int