Heimdal compile fix
[cyrus-sasl.git] / plugins / gs2_token.h
index 35c2459..a83e264 100644 (file)
@@ -29,7 +29,7 @@
 
 extern OM_uint32
 gs2_verify_token_header(OM_uint32 *minor,
-                        gss_OID mech,
+                        gss_const_OID mech,
                         size_t *body_size,
                         unsigned char **buf_in,
                         size_t toksize_in);
@@ -43,4 +43,4 @@ gs2_make_token_header(
 extern size_t
 gs2_token_size(const gss_OID_desc *mech, size_t body_size);
 
-#endif
+#endif /* _GS2_TOKEN_H_ */