mirror of
https://github.com/profanity-im/profanity.git
synced 2025-11-15 12:54:03 -05:00
Add header file guard to avatar.h
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user