source: trunk/athena/etc/xdm/misc/dpy_irix.h @ 8113

Revision 8113, 156 bytes checked in by cfields, 29 years ago (diff)
Initial revision
Line 
1#ifndef _DPY_IRIX_H_
2#define _DPY_IRIX_H_
3
4typedef struct _dpy_state {
5  int mode;
6  pid_t login;
7} dpy_state;
8
9#include "dpy.h"
10
11#endif /* _DPY_IRIX_H_ */
Note: See TracBrowser for help on using the repository browser.