#ifndef _LISTEN_H_a6036180_ #define _LISTEN_H_a6036180_ /* This file is in the public domain. */ #include "structs.h" extern void listen_free(LISTEN *); extern void listen_free_chain(LISTEN *); #endif