|
|
1.1 root 1: #include <stdio.h>
2: /*
3: * NAME
4: * connect, disconnect
5: *
6: * SYNOPSIS
7: * connect(host,dev)
8: * char *host, *dev;
9: * disconnect(host,dev)
10: * char *host, *dev;
11: *
12: * DESCRIPTION
13: * Installation-supplied exits from bscd
14: * connect - installation connect routine
15: * disconnect - installation disconnect routine
16: */
17:
18: /* connect - installation connect routine */
19: connect(host,dev)
20: char *host, *dev;
21: {
22: char garbage[80];
23: printf(
24: "em3277: Attempting to connect to host <%s> via <%s>\n",
25: host,dev);
26: return(0); }
27:
28: /* disconnect - installation disconnect routine */
29: disconnect(host, dev)
30: char *host, *dev;
31: {}
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.