File: userauth.h

package info (click to toggle)
conquest 8.1-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 7,984 kB
  • ctags: 3,086
  • sloc: ansic: 39,393; sh: 8,540; yacc: 446; makefile: 296; lex: 146
file content (18 lines) | stat: -rw-r--r-- 376 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/* 
 * common auth functions/defines
 *
 * $Id: userauth.h,v 1.2 2003/11/02 20:53:00 jon Exp $
 *
 * Copyright 2003 Jon Trulson under the ARTISTIC LICENSE. (See LICENSE).
 */

#ifndef USERAUTH_H_INCLUDED
#define USERAUTH_H_INCLUDED

#include "conqdef.h"

#define MAX_USERLEN 10		/* only 10 chars for users */

int checkuname(char *username);

#endif /* USERAUTH_H_INCLUDED */