# | Line 19 | Line 19 | |
---|---|---|
19 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 | |
20 | * USA | |
21 | * | |
22 | < | * $Id: m_info.c,v 1.108 2005/09/27 21:49:31 knight Exp $ |
22 | > | * $Id$ |
23 | */ | |
24 | ||
25 | #include "stdinc.h" | |
# | Line 56 | Line 56 | struct Message info_msgtab = { | |
56 | }; | |
57 | ||
58 | #ifndef STATIC_MODULES | |
59 | < | const char *_version = "$Revision: 1.108 $"; |
59 | > | const char *_version = "$Revision$"; |
60 | static struct Callback *info_cb; | |
61 | ||
62 | static void * |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |