#ifndef _AGENT_INT_H_5643d74e_ #define _AGENT_INT_H_5643d74e_ /* This file is in the public domain. */ /* * External interface to the interactive agent code. */ /* * agent_interactive_setup() is called when -ia is used, before * dropping into the usual poll loop. */ extern void agent_interactive_setup(void); #endif