ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/cvsroot/ermyth/src/servtree.C
(Generate patch)

Comparing cvsroot/ermyth/src/servtree.C (file contents):
Revision 1.9 by pippijn, Sun Sep 16 18:54:45 2007 UTC vs.
Revision 1.10 by pippijn, Sat Sep 22 14:27:30 2007 UTC

8 * Portions of this file were derived from sources bearing the following license: 8 * Portions of this file were derived from sources bearing the following license:
9 * Rights to this code are documented in doc/pod/license.pod. 9 * Rights to this code are documented in doc/pod/license.pod.
10 * Copyright © 2005-2006 Atheme Development Group 10 * Copyright © 2005-2006 Atheme Development Group
11 */ 11 */
12 12
13static char const rcsid[] = "$Id: servtree.C,v 1.9 2007/09/16 18:54:45 pippijn Exp $"; 13static char const rcsid[] = "$Id: servtree.C,v 1.10 2007/09/22 14:27:30 pippijn Exp $";
14 14
15#include "atheme.h" 15#include "atheme.h"
16#include <libermyth.h>
16#include "servers.h" 17#include "servers.h"
17#include <boost/foreach.hpp> 18#include <boost/foreach.hpp>
18 19
19service_map services; 20service_map services;
20
21service_t *fcmd_agent = NULL;
22 21
23static void 22static void
24dummy_handler (sourceinfo_t *si, int parc, char **parv) 23dummy_handler (sourceinfo_t *si, int parc, char **parv)
25{ 24{
26} 25}

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines