~ubuntu-branches/debian/sid/varnish/sid

« back to all changes in this revision

Viewing changes to bin/varnishd/mgt.h

  • Committer: Bazaar Package Importer
  • Author(s): Stig Sandbeck Mathisen
  • Date: 2011-03-21 10:16:07 UTC
  • mfrom: (24.1.2 experimental)
  • Revision ID: james.westby@ubuntu.com-20110321101607-528fzl583fqanas5
Tags: 2.1.5-2
ReleaseĀ forĀ unstable

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
27
27
 * SUCH DAMAGE.
28
28
 *
29
 
 * $Id: mgt.h 4676 2010-04-19 11:04:19Z tfheen $
 
29
 * $Id$
30
30
 */
31
31
 
32
32
#include <vqueue.h>
47
47
void MGT_Run(void);
48
48
void mgt_stop_child(void);
49
49
void mgt_got_fd(int fd);
 
50
void MGT_Child_Cli_Fail(void);
50
51
 
51
52
/* mgt_cli.c */
52
53