/*
* Copyright 2005 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
*/
/*
* Copyright (c) 1983 Regents of the University of California.
* All rights reserved. The Berkeley software License Agreement
* specifies the terms and conditions for redistribution.
*/
#pragma ident "%Z%%M% %I% %E% SMI"
#include "tip.h"
extern int df02_dialer(char *, char *), df03_dialer(char *, char *);
extern int biz31f_dialer(char *, char *), biz31w_dialer(char *, char *);
extern int biz22f_dialer(char *, char *), biz22w_dialer(char *, char *);
extern int hayes_dialer(char *, char *);
extern int ven_dialer(char *, char *);
extern int v3451_dialer(char *, char *);
extern int v831_dialer(char *, char *);
extern int dn_dialer(char *, char *);
extern void df_disconnect(void), df_abort(void);
extern void biz31_disconnect(void), biz31_abort(void);
extern void biz22_disconnect(void), biz22_abort(void);
extern void hayes_disconnect(void), hayes_abort(void);
extern void ven_disconnect(void), ven_abort(void);
extern void v3451_disconnect(void), v3451_abort(void);
extern void v831_disconnect(void), v831_abort(void);
extern void dn_disconnect(void), dn_abort(void);
#if BIZ1031
#endif
#if BIZ1022
#endif
#if DF02
#endif
#if DF03
#endif
#if DN11
#endif
#ifdef VENTEL
#endif
#ifdef V3451
#ifndef V831
#endif
#endif
#ifdef V831
#ifndef V3451
#endif
#endif
#ifdef HAYES
#endif
0, 0, 0, 0
};