view src/master/listener.h @ 8971:163c3f85a3aa HEAD

namespaces: list=children wasn't working correctly.
author Timo Sirainen <tss@iki.fi>
date Mon, 20 Apr 2009 13:28:00 -0400
parents e4eb71ae8e96
children
line wrap: on
line source

#ifndef LISTENER_H
#define LISTENER_H

void listeners_open_fds(struct server_settings *old_set, bool retry);
void listeners_close_fds(void);

#endif