aboutsummaryrefslogtreecommitdiff
path: root/src/auth.h
diff options
context:
space:
mode:
authorFranklin Wei <git@fwei.tk>2016-01-13 18:08:52 -0500
committerFranklin Wei <git@fwei.tk>2016-01-13 18:08:52 -0500
commitcc9c177672edcc65933b15ba91831bf09bbec023 (patch)
tree1f717027c56e92acaecf2ccf581c83d979b9a461 /src/auth.h
parent06880048df2202b1828e5367b1697aee305a2358 (diff)
downloadnetcosm-cc9c177672edcc65933b15ba91831bf09bbec023.zip
netcosm-cc9c177672edcc65933b15ba91831bf09bbec023.tar.gz
netcosm-cc9c177672edcc65933b15ba91831bf09bbec023.tar.bz2
netcosm-cc9c177672edcc65933b15ba91831bf09bbec023.tar.xz
rewrite everything to use libev0.2
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