# | Line 19 | Line 19 | |
---|---|---|
19 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 | |
20 | * USA | |
21 | * | |
22 | < | * $Id: m_links.c,v 1.50 2005/09/27 12:43:33 adx Exp $ |
22 | > | * $Id$ |
23 | */ | |
24 | ||
25 | #include "stdinc.h" | |
# | Line 48 | Line 48 | struct Message links_msgtab = { | |
48 | }; | |
49 | ||
50 | #ifndef STATIC_MODULES | |
51 | < | const char *_version = "$Revision: 1.50 $"; |
51 | > | const char *_version = "$Revision$"; |
52 | static struct Callback *links_cb; | |
53 | ||
54 | static void * |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |