Revision 1927,
476 bytes
checked in by srz, 35 years ago
(diff) |
Added standard copyright notice.
|
Line | |
---|
1 | /* |
---|
2 | * |
---|
3 | * Copyright (C) 1989 by the Massachusetts Institute of Technology |
---|
4 | * Developed by the MIT Student Information Processing Board (SIPB). |
---|
5 | * For copying information, see the file mit-copyright.h in this release. |
---|
6 | * |
---|
7 | */ |
---|
8 | #include <stdio.h> |
---|
9 | #include <discuss/discuss.h> |
---|
10 | #include "ss.h" |
---|
11 | #include "globals.h" |
---|
12 | |
---|
13 | struct _dsc_pub dsc_public = { 0, 0, 0, (char *)NULL, (char *)NULL }; |
---|
14 | char *temp_file = (char *)NULL; |
---|
15 | char *pgm = (char *)NULL; |
---|
16 | char *user_id = (char *)NULL; |
---|
Note: See
TracBrowser
for help on using the repository browser.