Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/common/tio.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/tio.h')
-rw-r--r--common/tio.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/common/tio.h b/common/tio.h
index 25dbce9..22c099c 100644
--- a/common/tio.h
+++ b/common/tio.h
@@ -33,8 +33,8 @@
*/
-#ifndef _TIO_H
-#define _TIO_H
+#ifndef COMMON__TIO_H
+#define COMMON__TIO_H
#include <sys/time.h>
#include <sys/types.h>
@@ -78,4 +78,4 @@ void tio_mark(TFILE *fp);
were full). */
int tio_reset(TFILE *fp);
-#endif /* _TIO_H */
+#endif /* COMMON__TIO_H */