source: trunk/athena/bin/dash/dash.h @ 12350

Revision 12350, 533 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: dash.h,v 1.2 1999-01-22 23:08:48 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 _dash_h
12#define _dash_h
13
14typedef struct _MyResources
15{
16  Boolean verifyOn, notifyOn, run, send, kill, restart, debug, nofork;
17#ifdef HAVE_KRB4
18  Boolean checkTickets;
19#endif /* HAVE_KRB4 */
20  char *startString;
21} MyResources;
22
23typedef struct _MyResources *MyResourcesPtr;
24
25#endif /* _dash_h */
Note: See TracBrowser for help on using the repository browser.