diff options
Diffstat (limited to 'gatchat/ppp.h')
-rw-r--r-- | gatchat/ppp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gatchat/ppp.h b/gatchat/ppp.h index 07483a91..c7e6d246 100644 --- a/gatchat/ppp.h +++ b/gatchat/ppp.h @@ -103,7 +103,7 @@ struct ppp_net *ppp_net_new(GAtPPP *ppp); const char *ppp_net_get_interface(struct ppp_net *net); void ppp_net_process_packet(struct ppp_net *net, guint8 *packet); void ppp_net_free(struct ppp_net *net); -void ppp_net_set_mtu(struct ppp_net *net, guint16 mtu); +gboolean ppp_net_set_mtu(struct ppp_net *net, guint16 mtu); /* PPP functions related to main GAtPPP object */ void ppp_debug(GAtPPP *ppp, const char *str); |