1
0
Fork 0
mirror of https://github.com/pissnet/angiosperm.git synced 2025-07-29 16:22:23 +01:00

Show opers a list of recently (<24hrs) split servers in /map.

This commit is contained in:
Jilles Tjoelker 2007-11-23 23:38:54 +01:00
parent 994544c294
commit c0bc9fe39a
3 changed files with 30 additions and 0 deletions
include

View file

@ -35,6 +35,7 @@ extern struct scache_entry *scache_connect(const char *name, const char *info, i
extern void scache_split(struct scache_entry *ptr);
extern const char *scache_get_name(struct scache_entry *ptr);
extern void scache_send_flattened_links(struct Client *source_p);
extern void scache_send_missing(struct Client *source_p);
extern void count_scache(size_t *, size_t *);
#endif