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 9902551c..05cd50f9 100644 --- a/gatchat/ppp.h +++ b/gatchat/ppp.h @@ -101,7 +101,7 @@ struct auth_data { gpointer proto_data; void (*process_packet)(struct auth_data *data, guint8 *packet); char *username; - char *passwd; + char *password; GAtPPP *ppp; }; |