libpurple/purplechatuser.c

changeset 41007
90d2dee9b3dc
parent 40639
732fde496206
child 41137
3c1574216aed
equal deleted inserted replaced
41006:a3d6a07889e7 41007:90d2dee9b3dc
19 * You should have received a copy of the GNU General Public License 19 * You should have received a copy of the GNU General Public License
20 * along with this program; if not, see <https://www.gnu.org/licenses/>. 20 * along with this program; if not, see <https://www.gnu.org/licenses/>.
21 */ 21 */
22 22
23 #include "purplechatuser.h" 23 #include "purplechatuser.h"
24 #include "enums.h" 24 #include "purpleenums.h"
25 25
26 struct _PurpleChatUser { 26 struct _PurpleChatUser {
27 GObject parent; 27 GObject parent;
28 28
29 PurpleChatConversation *chat; /* The chat */ 29 PurpleChatConversation *chat; /* The chat */

mercurial