diff src/lib/restrict-access.h @ 6410:e4eb71ae8e96 HEAD

Changed .h ifdef/defines to use <NAME>_H format.
author Timo Sirainen <tss@iki.fi>
date Sun, 16 Sep 2007 11:31:27 +0300
parents 55df57c028d4
children 59ac3628b8d8
line wrap: on
line diff
--- a/src/lib/restrict-access.h	Sun Sep 16 11:07:42 2007 +0300
+++ b/src/lib/restrict-access.h	Sun Sep 16 11:31:27 2007 +0300
@@ -1,5 +1,5 @@
-#ifndef __RESTRICT_ACCESS_H
-#define __RESTRICT_ACCESS_H
+#ifndef RESTRICT_ACCESS_H
+#define RESTRICT_ACCESS_H
 
 /* set environment variables so they can be read with
    restrict_access_by_env() */