xref: /freebsd/usr.sbin/ppp/chat.h (revision e627b39baccd1ec9129690167cf5e6d860509655)
1 /*
2  *	    Written by Toshiharu OHNO (tony-o@iij.ad.jp)
3  *
4  *   Copyright (C) 1993, Internet Initiative Japan, Inc. All rights reserverd.
5  *
6  *  Most of codes are derived from chat.c by Karl Fox (karl@MorningStar.Com).
7  *
8  *	Chat -- a program for automatic session establishment (i.e. dial
9  *		the phone and log in).
10  *
11  *	This software is in the public domain.
12  *
13  *	Please send all bug reports, requests for information, etc. to:
14  *
15  *		Karl Fox <karl@MorningStar.Com>
16  *		Morning Star Technologies, Inc.
17  *		1760 Zollinger Road
18  *		Columbus, OH  43221
19  *		(614)451-1883
20  *
21  * $Id: chat.c,v 1.5 1995/09/02 17:20:50 amurai Exp $
22  *
23  */
24 #ifndef _CHAT_H_
25 #define	_CHAT_H_
26 #include "cdefs.h"
27 extern char * ExpandString __P((char *, char *, int));
28 extern int MakeArgs __P((char *, char **));
29 #endif
30