aboutsummaryrefslogtreecommitdiff
path: root/src/auth.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/auth.h')
-rw-r--r--src/auth.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/auth.h b/src/auth.h
index 2717d30..b771152 100644
--- a/src/auth.h
+++ b/src/auth.h
@@ -16,8 +16,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef _AUTH_H_
-#define _AUTH_H_
+#pragma once
#define SALT_LEN 12
#define ALGO GCRY_MD_SHA512
@@ -42,5 +41,3 @@ bool auth_user_del(const char *user);
/* lists users through out() */
void auth_user_list(void);
-
-#endif