/* ident "@(#)krb5_gssd_extern_srvr.conf 1.10 95/08/01 SMI" */
OM_uint32 krb5_gss_internal_release_oid
- (void *, /* context */
+ PROTOTYPE((void *, /* context */
OM_uint32 *, /* minor_status */
gss_OID * /* OID */
- );
+ ));
extern OM_uint32 krb5_gss_get_context
- (void**
- );
+ PROTOTYPE((void**
+ ));
extern int krb5_pname_to_uid
- (void *, /* context */
+ PROTOTYPE((void *, /* context */
char *, /* principal name */
gss_OID, /* name_type */
gss_OID, /* mech_type */
uid_t * /* uid (OUT) */
- );
+ ));
/*
* This is the declaration of the mechs_array table for Kerberos V5.
*/
static OM_uint32
-add_mechanism (gss_mechanism mech, int replace)
+add_mechanism (mech, replace)
+ gss_mechanism mech;
+ int replace;
{
gss_mechanism * temp_array;
gss_OID_set mech_names;
return GSS_S_COMPLETE;
}
-void gss_initialize (void)
+void gss_initialize ()
{
gss_mechanism mech;
* load, load them, and then load the mechanism defitions in
* and add the mechanisms
*/
-static void solaris_initialize (void)
+static void solaris_initialize ()
{
char buffer[BUFSIZ], *filename, *symname, *endp;
FILE *conffile;