static int mcount = 1, ccount = 1;
static int auth_flag, wrap_flag, encrypt_flag, mic_flag, v1_format;
-void
+static void
worker_bee(void *unused)
{
if (call_server(server_host, port, oid, service_name,
int export;
};
-void
+static void
worker_bee(void *param)
{
struct _work_plan *work = (struct _work_plan *) param;
suboption (void),
telrcv (void),
ttloop (void),
+#if defined(AUTHENTICATION)
+ ttsuck (void),
+#endif
tty_binaryin (int),
tty_binaryout (int);
#include "krb5.h"
#include <krb.h>
+#include "krb524d.h"
int krb524_convert_princs(context, client, server, pname, pinst, prealm,
sname, sinst, srealm)
krb5_const_principal searchfor,
int *nentries);
-krb5_error_code krb5_db2_lib_init();
+krb5_error_code krb5_db2_lib_init(void);
krb5_error_code krb5_db2_lib_cleanup(void);
krb5_error_code
krb5_db2_db_unlock(krb5_context);
+krb5_error_code
+krb5_db2_promote_db(krb5_context kcontext,
+ char *conf_section,
+ char **db_args);
+
krb5_error_code
krb5_db2_db_set_option ( krb5_context kcontext,
int option,
#include <memory.h>
#endif
+static
bool_t xdr_nullstring(XDR *xdrs, char **objp)
{
u_int size;