| 19 |
|
* USA |
| 20 |
|
*/ |
| 21 |
|
|
| 22 |
< |
/*! \file s_user.h |
| 22 |
> |
/*! \file user.h |
| 23 |
|
* \brief A header for the user functions. |
| 24 |
|
* \version $Id$ |
| 25 |
|
*/ |
| 26 |
|
|
| 27 |
< |
#ifndef INCLUDED_s_user_h |
| 28 |
< |
#define INCLUDED_s_user_h |
| 27 |
> |
#ifndef INCLUDED_user_h |
| 28 |
> |
#define INCLUDED_user_h |
| 29 |
|
|
| 30 |
|
#define IRC_MAXSID 3 |
| 31 |
|
#define IRC_MAXUID 6 |
| 36 |
|
extern const unsigned int user_modes[]; |
| 37 |
|
|
| 38 |
|
extern void assemble_umode_buffer(void); |
| 39 |
– |
extern void set_user_mode(struct Client *, struct Client *, const int, char *[]); |
| 39 |
|
extern void send_umode(struct Client *, struct Client *, |
| 40 |
< |
unsigned int, unsigned int, char *); |
| 40 |
> |
unsigned int, char *); |
| 41 |
|
extern void send_umode_out(struct Client *, struct Client *, unsigned int); |
| 42 |
|
extern void show_lusers(struct Client *); |
| 43 |
|
extern void show_isupport(struct Client *); |
| 46 |
|
extern void register_local_user(struct Client *); |
| 47 |
|
extern void register_remote_user(struct Client *, |
| 48 |
|
const char *, const char *, |
| 49 |
< |
const char *, const char *); |
| 49 |
> |
const char *); |
| 50 |
|
extern void init_uid(void); |
| 51 |
|
extern int valid_sid(const char *); |
| 52 |
|
extern int valid_hostname(const char *); |