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

#define	VECSIZE(v)	(sizeof(v) / sizeof(v[0]))
#endif
OpenPOWER on IntegriCloud