xref: /freebsd/usr.sbin/ppp/chat.h (revision df7f5d4de4592a8948a25ce01e5bddfbb7ce39dc)
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$
22  *
23  */
24 #ifndef _CHAT_H_
25 #define	_CHAT_H_
26 #include "cdefs.h"
27 extern char * ExpandString __P((char *, char *, int, int));
28 extern int MakeArgs __P((char *, char **));
29 #endif
30