]> andersk Git - moira.git/blame - clients/moira/globals.c
Code style cleanup. (No functional changes)
[moira.git] / clients / moira / globals.c
CommitLineData
402461ad 1#if (!defined(lint) && !defined(SABER))
08345b74 2 static char rcsid_module_c[] = "$Header$";
7798ebc3 3#endif
08345b74 4
8defc06b 5/* This is the file globals.c for the Moira Client, which allows a nieve
6 * user to quickly and easily maintain most parts of the Moira database.
0a2c64cb 7 * It Contains: globals variable definitions.
5eaef520 8 *
08345b74 9 * Created: 4/12/88
0a2c64cb 10 * By: Chris D. Peterson
08345b74 11 *
12 * $Source$
13 * $Author$
14 * $Header$
5eaef520 15 *
0a2c64cb 16 * Copyright 1988 by the Massachusetts Institute of Technology.
08345b74 17 *
5eaef520 18 * For further information on copyright and distribution
08345b74 19 * see the file mit-copyright.h
20 */
21
22#include "mit-copyright.h"
0a2c64cb 23#include "defs.h"
08345b74 24
461c03b6 25Bool verbose; /* TRUE if verbose mode is active (default). */
5eaef520 26Bool found_some; /* used by lists.c for determining if there
461c03b6 27 are any members of a given type. */
219bbe64 28char *user; /* The name of the user executing this
29 program. */
08345b74 30char *program_name; /* The name of this instance of the program. */
31
This page took 0.439553 seconds and 5 git commands to generate.