ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/contrib/example_module.c
(Generate patch)

Comparing ircd-hybrid/contrib/example_module.c (file contents):
Revision 30 by adx, Sun Oct 2 20:03:27 2005 UTC vs.
Revision 31 by knight, Sun Oct 2 20:34:05 2005 UTC

# Line 16 | Line 16
16   *   along with this program; if not, write to the Free Software
17   *   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
18   *
19 < *   $Id: example_module.c,v 1.13 2005/10/01 14:29:47 michael Exp $
19 > *   $Id$
20   */
21  
22   /* List of ircd includes from ../include/
# Line 130 | Line 130 | _moddeinit(void)
130  
131   /* When we last modified the file (shown in /modlist), this is usually:
132   */
133 < const char *_version = "$Revision: 1.13 $";
133 > const char *_version = "$Revision$";
134   #endif
135  
136   /*

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)