12 lines
119 B
C
12 lines
119 B
C
#ifndef _DIAL_H
|
|
#define _DIAL_H
|
|
|
|
/* $Id$ */
|
|
|
|
|
|
int dialphone(char *);
|
|
int hangup(void);
|
|
void aftercall(void);
|
|
|
|
#endif
|