|
@@ -145,9 +145,6 @@ struct gss_api_mech *gss_mech_get_by_pseudoflavor(u32);
|
|
|
/* Fill in an array with a list of supported pseudoflavors */
|
|
|
int gss_mech_list_pseudoflavors(rpc_authflavor_t *, int);
|
|
|
|
|
|
-/* Just increments the mechanism's reference count and returns its input: */
|
|
|
-struct gss_api_mech * gss_mech_get(struct gss_api_mech *);
|
|
|
-
|
|
|
/* For every successful gss_mech_get or gss_mech_get_by_* call there must be a
|
|
|
* corresponding call to gss_mech_put. */
|
|
|
void gss_mech_put(struct gss_api_mech *);
|