Revision 12350,
422 bytes
checked in by ghudson, 26 years ago
(diff) |
Some RCS ID cleanup: delete $Log$ and replace other RCS keywords with $Id$.
|
Line | |
---|
1 | /* |
---|
2 | * $Id: warn.h,v 1.2 1999-01-22 23:17:10 ghudson Exp $ |
---|
3 | * |
---|
4 | * Copyright 1990, 1991 by the Massachusetts Institute of Technology. |
---|
5 | * |
---|
6 | * For copying and distribution information, please see the file |
---|
7 | * <mit-copyright.h>. |
---|
8 | * |
---|
9 | */ |
---|
10 | |
---|
11 | #ifndef _warn_h |
---|
12 | #define _warn_h |
---|
13 | |
---|
14 | typedef struct _wstruct { |
---|
15 | Jet top; |
---|
16 | ButtonJet button; |
---|
17 | XjCallback me; |
---|
18 | char *l1, *l2; |
---|
19 | } Warning; |
---|
20 | |
---|
21 | extern Warning *XjUserWarning(); |
---|
22 | |
---|
23 | #endif /* _warn_h */ |
---|
Note: See
TracBrowser
for help on using the repository browser.