diff --git a/include/neocomm.h b/include/neocomm.h index f95d389..c69ed15 100644 --- a/include/neocomm.h +++ b/include/neocomm.h @@ -45,7 +45,7 @@ struct message { const char *msg; ///< The text message. time_t sent; ///< The time it was sent. time_t received; ///< The time it was received. - struct user peer; ///< Info on the peer who sent the message. + struct user from; ///< Info on the peer who sent the message. }; /**