]> andersk Git - moira.git/blob - clients/moira/globals.h
Added comments and did some cleaning up in preparation for rewrite.
[moira.git] / clients / moira / globals.h
1 /*      This is the file globals.h for allmaint, the SMS client that allows
2  *      a user to maintaint most important parts of the SMS database.
3  *      It Contains: globals variable definitions
4  *      
5  *      Created:        4/12/88
6  *      By:             4/12/88
7  *
8  *      $Source$
9  *      $Author$
10  *      $Header$
11  *      
12  *      Copyright 1987, 1988 by the Massachusetts Institute of Technology.
13  *
14  *      For further information on copyright and distribution 
15  *      see the file mit-copyright.h
16  */
17
18 #include "mit-copyright.h"
19 #include "allmaint.h"
20
21 #ifndef _allmaint_globals_
22 #define _allmaint_globals_
23
24 extern Bool verbose;            /* TRUE if verbose mode is active (default). */
25 extern Bool found_some;         /* used by lists.c for determining if there 
26                                  are any members of a given type. */
27 extern char *user;              /* The name of the user executing allmaint. */
28 extern char *program_name;      /* The name of this instance of the program. */
29
30 #endif _allmaint_globals_       /* Do Not Add Anything After This Line */
This page took 0.100298 seconds and 5 git commands to generate.