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>
|
#include <glib.h>
|
||||||
|
|
||||||
void avatar_pep_subscribe(void);
|
void avatar_pep_subscribe(void);
|
||||||
bool avatar_get_by_nick(const char* nick);
|
bool avatar_get_by_nick(const char* nick);
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user