mirror of
https://github.com/irssi/irssi.git
synced 2026-08-19 08:32:07 +02:00
removed common-setup.h, put all settings in it to files where they belong to.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@272 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
397def0d3c
commit
3e4f947934
8 changed files with 15 additions and 29 deletions
|
|
@ -1,6 +1,10 @@
|
|||
#ifndef __SERVER_RECONNECT_H
|
||||
#define __SERVER_RECONNECT_H
|
||||
|
||||
/* wait for half an hour before trying to reconnect to host where last
|
||||
connection failed */
|
||||
#define FAILED_RECONNECT_WAIT (60*30)
|
||||
|
||||
typedef struct {
|
||||
int tag;
|
||||
time_t next_connect;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue