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.2 by pippijn, Sat Jul 21 01:29:12 2007 UTC vs.
Revision 1.3 by pippijn, Sat Jul 21 13:23:22 2007 UTC

3 * Rights to this code are documented in doc/pod/license.pod. 3 * Rights to this code are documented in doc/pod/license.pod.
4 * 4 *
5 * Services binary tree manipulation. (add_service, del_service, et al.) 5 * Services binary tree manipulation. (add_service, del_service, et al.)
6 */ 6 */
7 7
8static char const rcsid[] = "$Id"; 8static char const rcsid[] = "$Id: servtree.C,v 1.3 2007/07/21 13:23:22 pippijn Exp $";
9 9
10#include "atheme.h" 10#include "atheme.h"
11 11
12dictionary_tree_t *services; 12dictionary_tree_t *services;
13static BlockHeap *service_heap; 13static BlockHeap *service_heap;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines