]> git.meshlink.io Git - meshlink/blobdiff - src/event.h
Update all header guards.
[meshlink] / src / event.h
index fe64413e85be7cdfd94654a7e03ffb97f13026f2..cf3c70a163b531b331bef39a9b797d8cff53d875 100644 (file)
@@ -1,6 +1,9 @@
+#ifndef MESHLINK_EVENT_H
+#define MESHLINK_EVENT_H
+
 /*
     event.h -- I/O, timeout and signal event handling
-    Copyright (C) 2014 Guus Sliepen <guus@meshlink.io>
+    Copyright (C) 2014, 2017 Guus Sliepen <guus@meshlink.io>
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
@@ -17,9 +20,6 @@
     51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 */
 
-#ifndef __MESHLINK_EVENT_H__
-#define __MESHLINK_EVENT_H__
-
 #include "splay_tree.h"
 #include "system.h"
 #include <pthread.h>