diff options
| author | Franklin Wei <git@fwei.tk> | 2016-01-13 18:08:52 -0500 |
|---|---|---|
| committer | Franklin Wei <git@fwei.tk> | 2016-01-13 18:08:52 -0500 |
| commit | cc9c177672edcc65933b15ba91831bf09bbec023 (patch) | |
| tree | 1f717027c56e92acaecf2ccf581c83d979b9a461 /src/auth.h | |
| parent | 06880048df2202b1828e5367b1697aee305a2358 (diff) | |
| download | netcosm-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.h | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -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 |