X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;ds=sidebyside;f=src%2Fchannel.h;h=9979721e86d399a6bae459580c647551677ce9c7;hb=cac4b71f9ea600608b421127df1f80407182e405;hp=35caceb4946d1f6c4707e506fc8547cbc927055c;hpb=36601a5de5f90e16188deadd271b70595b4cc237;p=umurmur.git diff --git a/src/channel.h b/src/channel.h index 35caceb..9979721 100644 --- a/src/channel.h +++ b/src/channel.h @@ -57,11 +57,11 @@ typedef struct { struct dlist node; } channellist_t; -typedef enum { - CHJOIN_OK, +typedef struct { + bool_t CHJOIN_SILENT, CHJOIN_NOENTER, CHJOIN_WRONGPW, - CHJOIN_NOTFOUND, + CHJOIN_NOTFOUND; } channelJoinResult_t; void Chan_init();