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