diff options
author | beber <beber> | 2005-12-07 15:35:35 +0000 |
---|---|---|
committer | beber <beber> | 2005-12-07 15:35:35 +0000 |
commit | b69b9e7cbd635fb4932bbecea783c2d224a943f0 (patch) | |
tree | 303f29a5246b1cdcac3c5a6356036be283257498 /src/espik.h | |
parent | You can also don't pass any args (diff) | |
download | espik-b69b9e7cbd635fb4932bbecea783c2d224a943f0.tar.xz |
Okey !
make user_infos global
move connection process to when we ARE connected, do nothing in this time
Diffstat (limited to 'src/espik.h')
-rw-r--r-- | src/espik.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/espik.h b/src/espik.h index 6a54a37..639a791 100644 --- a/src/espik.h +++ b/src/espik.h @@ -20,6 +20,8 @@ typedef struct t_userinfo* client; } t_info; +t_info a_infos; + int del_backslash (char*); int main (int, char**); |