Merge to one program.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1812 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1997-06-01 21:14:56 +00:00
parent 2b0977609b
commit 7d955a6940
12 changed files with 679 additions and 104 deletions

View File

@@ -21,5 +21,20 @@
#include "hdb.h"
extern krb5_context context;
extern char *database;
#define DECL(X) void X(int, char **)
DECL(get_entry);
DECL(load);
DECL(merge);
DECL(add_new_key);
DECL(mod_entry);
DECL(dump);
DECL(init);
DECL(get_entry);
DECL(del_entry);
DECL(help);
#endif /* __ADMIN_LOCL_H__ */