# | Line 19 | Line 19 | |
---|---|---|
19 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 | |
20 | * USA | |
21 | * | |
22 | < | * $Id: m_whois.c,v 1.145 2005/09/27 12:43:33 adx Exp $ |
22 | > | * $Id$ |
23 | */ | |
24 | ||
25 | #include "stdinc.h" | |
# | Line 59 | Line 59 | struct Message whois_msgtab = { | |
59 | }; | |
60 | ||
61 | #ifndef STATIC_MODULES | |
62 | < | const char *_version = "$Revision: 1.145 $"; |
62 | > | const char *_version = "$Revision$"; |
63 | static struct Callback *whois_cb; | |
64 | ||
65 | static void * |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |