From e8853c36a52f748e293ff420310fbaf1973a339b Mon Sep 17 00:00:00 2001 From: phk Date: Sat, 5 Aug 2006 12:19:03 +0000 Subject: [PATCH] Remove prototypes for no longer existing functions git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@659 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- varnish-cache/bin/varnishd/mgt.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/varnish-cache/bin/varnishd/mgt.h b/varnish-cache/bin/varnishd/mgt.h index 20eba6cd..23d5909d 100644 --- a/varnish-cache/bin/varnishd/mgt.h +++ b/varnish-cache/bin/varnishd/mgt.h @@ -9,8 +9,6 @@ extern struct evbase *mgt_evb; /* mgt_child.c */ void mgt_run(int dflag); -void mgt_start_child(void); -void mgt_stop_child(void); extern pid_t mgt_pid, child_pid; /* mgt_cli.c */ -- 2.39.5