diff options
Diffstat (limited to 'src/lockdown.h')
-rw-r--r-- | src/lockdown.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lockdown.h b/src/lockdown.h index 289053a..59b1659 100644 --- a/src/lockdown.h +++ b/src/lockdown.h @@ -1,5 +1,5 @@ /* - * lockdownd.h + * lockdown.h * Defines lockdown stuff, like the client struct. * * Copyright (c) 2008 Zach C. All Rights Reserved. @@ -19,8 +19,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef LOCKDOWND_H -#define LOCKDOWND_H +#ifndef __LOCKDOWND_H +#define __LOCKDOWND_H #include "userpref.h" |