X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=src%2Fchannel.h;h=9979721e86d399a6bae459580c647551677ce9c7;hb=cac4b71f9ea600608b421127df1f80407182e405;hp=35caceb4946d1f6c4707e506fc8547cbc927055c;hpb=e23115bf4007388be28c0c463f353a4e5e585fff;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();