libcli/auth: add more const to spnego_negTokenInit->mechTypes
[metze/samba/wip.git] / libcli / auth / spnego_proto.h
index 5fd5e59c65ad95b806f6c188fd57ed8407d5b012..c0fa93468d6b5120409574d8c20f6eb8484558fb 100644 (file)
@@ -24,5 +24,5 @@ ssize_t spnego_read_data(TALLOC_CTX *mem_ctx, DATA_BLOB data, struct spnego_data
 ssize_t spnego_write_data(TALLOC_CTX *mem_ctx, DATA_BLOB *blob, struct spnego_data *spnego);
 bool spnego_free_data(struct spnego_data *spnego);
 bool spnego_write_mech_types(TALLOC_CTX *mem_ctx,
-                            const char **mech_types,
+                            const char * const *mech_types,
                             DATA_BLOB *blob);