ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/hopm/branches/1.0.x/src/negcache.h
(Generate patch)

Comparing hopm/branches/1.0.x/src/negcache.h (file contents):
Revision 5320 by michael, Thu Dec 25 19:44:15 2014 UTC vs.
Revision 5321 by michael, Tue Jan 6 14:59:31 2015 UTC

# Line 10 | Line 10 | struct cnode
10    struct cnode *r;  /* Node to the right. */
11   };
12  
13 + extern struct cnode *nc_head;
14   extern void nc_init(struct cnode **);
15   extern struct cnode *check_neg_cache(const unsigned long);
16   extern void negcache_insert(const char *);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines