# | Line 51 | Line 51 | struct Message cap_msgtab = { | |
---|---|---|
51 | { m_cap, m_cap, m_ignore, m_ignore, m_cap, m_ignore } | |
52 | }; | |
53 | ||
54 | – | #ifndef STATIC_MODULES |
54 | void | |
55 | _modinit(void) | |
56 | { | |
# | Line 65 | Line 64 | _moddeinit(void) | |
64 | } | |
65 | ||
66 | const char *_version = "$Revision$"; | |
68 | – | #endif |
67 | ||
68 | #define CAPFL_HIDDEN 0x0001 /**< Do not advertize this capability */ | |
69 | #define CAPFL_PROHIBIT 0x0002 /**< Client may not set this capability */ |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |