#ifndef _KEEPALIVE_H_d413a698_ #define _KEEPALIVE_H_d413a698_ /* This file is in the public domain. */ /* * External interface to the ssh-level keepalive support. */ /* * Called to start ssh-level keepalives. */ extern void start_ssh_keepalive(void); #endif