mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-15 02:00:20 +00:00
Consistent header macros everywhere
This commit is contained in:
@@ -17,8 +17,8 @@
|
||||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
#ifndef _custom_list_h_included_
|
||||
#define _custom_list_h_included_
|
||||
#ifndef HEXCHAT_CUSTOM_LIST_H
|
||||
#define HEXCHAT_CUSTOM_LIST_H
|
||||
|
||||
#include <gtk/gtk.h>
|
||||
|
||||
@@ -101,4 +101,4 @@ void custom_list_append (CustomList *, chanlistrow *);
|
||||
void custom_list_resort (CustomList *);
|
||||
void custom_list_clear (CustomList *);
|
||||
|
||||
#endif /* _custom_list_h_included_ */
|
||||
#endif /* HEXCHAT_CUSTOM_LIST_H */
|
||||
|
||||
Reference in New Issue
Block a user