comparison svr-auth.c @ 1459:06d52bcb8094

Pointer parameter could be declared as pointing to const
author Francois Perrad <francois.perrad@gadz.org>
date Sat, 19 Aug 2017 17:16:13 +0200
parents 517c67cbcd31
children 5916af64acd4 ed930fd6f60f
comparison
equal deleted inserted replaced
1458:bdd3802c8ac6 1459:06d52bcb8094
79 79
80 } 80 }
81 81
82 /* Send a banner message if specified to the client. The client might 82 /* Send a banner message if specified to the client. The client might
83 * ignore this, but possibly serves as a legal "no trespassing" sign */ 83 * ignore this, but possibly serves as a legal "no trespassing" sign */
84 void send_msg_userauth_banner(buffer *banner) { 84 void send_msg_userauth_banner(const buffer *banner) {
85 85
86 TRACE(("enter send_msg_userauth_banner")) 86 TRACE(("enter send_msg_userauth_banner"))
87 87
88 CHECKCLEARTOWRITE(); 88 CHECKCLEARTOWRITE();
89 89