diff options
| author | Franklin Wei <git@fwei.tk> | 2016-01-15 17:25:16 -0500 |
|---|---|---|
| committer | Franklin Wei <git@fwei.tk> | 2016-01-15 17:25:16 -0500 |
| commit | b8a5c11cbd8a0514754558892d9bbd620345799c (patch) | |
| tree | 5687d0e98212c7067c5049bd3914045595c75d21 /src/auth.h | |
| parent | abe9f416501c5354be3ce292b4220000edf021ab (diff) | |
| download | netcosm-b8a5c11cbd8a0514754558892d9bbd620345799c.zip netcosm-b8a5c11cbd8a0514754558892d9bbd620345799c.tar.gz netcosm-b8a5c11cbd8a0514754558892d9bbd620345799c.tar.bz2 netcosm-b8a5c11cbd8a0514754558892d9bbd620345799c.tar.xz | |
refactor headers
Diffstat (limited to 'src/auth.h')
| -rw-r--r-- | src/auth.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -33,6 +33,8 @@ struct authinfo_t { /* makes admin account */ void first_run_setup(void); +struct userdata_t; + /* NULL on failure, user data struct on success */ struct userdata_t *auth_check(const char *user, const char *pass); |