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