mirror of
https://github.com/irssi/irssi.git
synced 2026-08-23 02:22:36 +02:00
use enum
This commit is contained in:
parent
244a8c72b4
commit
085c08e65c
5 changed files with 24 additions and 17 deletions
|
|
@ -11,6 +11,12 @@
|
|||
#define IS_IRC_SERVER_SETUP(server) \
|
||||
(IRC_SERVER_SETUP(server) ? TRUE : FALSE)
|
||||
|
||||
enum {
|
||||
STARTTLS_DISALLOW = -1, /* */
|
||||
STARTTLS_NOTSET = 0,
|
||||
STARTTLS_ENABLED = 1
|
||||
};
|
||||
|
||||
typedef struct {
|
||||
#include <irssi/src/core/server-setup-rec.h>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue