6a6a253885
Added doc dir. and manual as .pdf restored deleted files - yep I screwed the pooch.
12 lines
165 B
C
12 lines
165 B
C
#ifndef _DIAL_H
|
|
#define _DIAL_H
|
|
|
|
/* $Id: dial.h,v 1.2 2002/07/02 20:00:51 mbroek Exp $ */
|
|
|
|
|
|
int dialphone(char *);
|
|
int hangup(void);
|
|
void aftercall(void);
|
|
|
|
#endif
|