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:
parent
6978c39538
commit
53b92561cb
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user