1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-12-04 14:46:46 -05:00

Add header file guard to avatar.h

This commit is contained in:
Michael Vetter 2019-12-18 15:33:16 +01:00
parent 6978c39538
commit 53b92561cb

View File

@ -33,7 +33,12 @@
*
*/
#ifndef XMPP_AVATAR_H
#define XMPP_AVATAR_H
#include <glib.h>
void avatar_pep_subscribe(void);
bool avatar_get_by_nick(const char* nick);
#endif