From 87340d64e2bd8b783f5bc434be8a4300fcf109a8 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Wed, 28 Apr 2010 15:29:55 -0500 Subject: ppp: Make ppp_chap_process_packet const correct --- gatchat/ppp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gatchat/ppp.h') diff --git a/gatchat/ppp.h b/gatchat/ppp.h index 9f68e5b9..01092965 100644 --- a/gatchat/ppp.h +++ b/gatchat/ppp.h @@ -96,7 +96,7 @@ void ipcp_free(struct pppcp_data *data); /* CHAP related functions */ struct ppp_chap *ppp_chap_new(GAtPPP *ppp, guint8 method); void ppp_chap_free(struct ppp_chap *chap); -void ppp_chap_process_packet(struct ppp_chap *chap, guint8 *new_packet); +void ppp_chap_process_packet(struct ppp_chap *chap, const guint8 *new_packet); /* TUN / Network related functions */ struct ppp_net *ppp_net_new(GAtPPP *ppp); -- cgit v1.2.3