]> andersk Git - moira.git/blame - clients/moira/globals.h
Change `SMS' to `Moira' where possible.
[moira.git] / clients / moira / globals.h
CommitLineData
59ec8dae 1/* This is the file globals.h for the Moira Client, which allows users
2 * to quickly and easily maintain most parts of the Moira database.
0a2c64cb 3 * It Contains: globals variable definitions.
5eaef520 4 *
08345b74 5 * Created: 4/12/88
0a2c64cb 6 * By: Chris D. Peterson
08345b74 7 *
8 * $Source$
9 * $Author$
10 * $Header$
5eaef520 11 *
0a2c64cb 12 * Copyright 1988 by the Massachusetts Institute of Technology.
08345b74 13 *
5eaef520 14 * For further information on copyright and distribution
08345b74 15 * see the file mit-copyright.h
16 */
17
18#include "mit-copyright.h"
0a2c64cb 19#include "defs.h"
08345b74 20
59ec8dae 21#ifndef _moira_client_globals_
22#define _moira_client_globals_
08345b74 23
461c03b6 24extern Bool verbose; /* TRUE if verbose mode is active (default). */
5eaef520 25extern Bool found_some; /* used by lists.c for determining if there
461c03b6 26 are any members of a given type. */
219bbe64 27extern char *user; /* The name of the user executing this
28 program. */
08345b74 29extern char *program_name; /* The name of this instance of the program. */
30
59ec8dae 31#endif /* _moira_client_globals_ */ /* Do Not Add Anything After This Line */
This page took 0.079748 seconds and 5 git commands to generate.