diff --git a/src/common/libremoteio.h b/src/common/libremoteio.h --- a/src/common/libremoteio.h +++ b/src/common/libremoteio.h @@ -49,6 +49,7 @@ struct remoteio_server char *name; /*< The friendly named passed to remoteio_open() */ char *hostname; char *username; + char *password; enum remoteio_method method; unsigned int types; /*< See ``Server types'' in protocol.h */ };