#ifndef _DIAL_H #define _DIAL_H /* $Id$ */ int dialphone(char *); int hangup(void); void aftercall(void); #endif