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