X-Git-Url: https://jfr.im/git/solanum.git/blobdiff_plain/994544c294af3bcab070124dfab4967b775435ca..2644dcd166a754f8e25e77f3702933d8cc5a8a4e:/include/scache.h diff --git a/include/scache.h b/include/scache.h index ffbffb59..240c22c8 100644 --- a/include/scache.h +++ b/include/scache.h @@ -20,8 +20,6 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * USA - * - * $Id: scache.h 6 2005-09-10 01:02:21Z nenolod $ */ #ifndef INCLUDED_scache_h @@ -35,6 +33,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