Revision 8816,
479 bytes
checked in by ghudson, 28 years ago
(diff) |
Include <ss/ss.h> like a good little ss-using program.
Reviewed by: No review after five working days.
|
Rev | Line | |
---|
[1927] | 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 | */ |
---|
[598] | 8 | #include <stdio.h> |
---|
[1639] | 9 | #include <discuss/discuss.h> |
---|
[8816] | 10 | #include <ss/ss.h> |
---|
[598] | 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.