mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-18 08:26:21 +00: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