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:
@@ -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__ */
|
||||
|
Reference in New Issue
Block a user