diff options
author | beber <beber> | 2005-12-07 14:48:53 +0000 |
---|---|---|
committer | beber <beber> | 2005-12-07 14:48:53 +0000 |
commit | 2035bb64f7775c24f865bf29be1f458e8dfae932 (patch) | |
tree | b79d426dcff309bee32f568dd23ff3ce8a77e7e0 /src/espik_config.h | |
parent | don't use valgrind (diff) | |
download | espik-2035bb64f7775c24f865bf29be1f458e8dfae932.tar.xz |
use espik_debug_print everywhere
more ignore
corect debug macro when there is no arguments
some indent
some // -> /* */
add a macro for fd output (stderr, stdout)
include debug
and so ..
Diffstat (limited to 'src/espik_config.h')
-rw-r--r-- | src/espik_config.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/espik_config.h b/src/espik_config.h index 87549c3..cc52771 100644 --- a/src/espik_config.h +++ b/src/espik_config.h @@ -22,11 +22,13 @@ struct _espik_config char* name; char* host; - int port; + int port; char* nick; char* pass; + int connect_at_startup : 1 ; + struct server* next; } server; |