source:
trunk/athena/bin/discuss/client/data.c
@
8816
Revision 8816, 479 bytes checked in by ghudson, 28 years ago (diff) |
---|
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/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.