aboutsummaryrefslogtreecommitdiffstats
path: root/src/auth/pam.h
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-04-24 06:24:14 +0200
committerMattias Andrée <maandree@operamail.com>2014-04-24 06:24:14 +0200
commit457c655231d10b7ec606f8b3a63f461fe19f098c (patch)
treebdbdc45ed8c91b26d860357d7560451066a21e13 /src/auth/pam.h
parentenable more warnings (diff)
downloadcerberus-457c655231d10b7ec606f8b3a63f461fe19f098c.tar.gz
cerberus-457c655231d10b7ec606f8b3a63f461fe19f098c.tar.bz2
cerberus-457c655231d10b7ec606f8b3a63f461fe19f098c.tar.xz
change inclusion guard pattern
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src/auth/pam.h')
-rw-r--r--src/auth/pam.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/auth/pam.h b/src/auth/pam.h
index ee766df..c7fae8d 100644
--- a/src/auth/pam.h
+++ b/src/auth/pam.h
@@ -16,8 +16,8 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef __PAM_H__
-#define __PAM_H__
+#ifndef CERBERUS_AUTH_PAM_H
+#define CERBERUS_AUTH_PAM_H
/**