]> andersk Git - moira.git/blame - clients/moira/globals.c
fix RCS IDs
[moira.git] / clients / moira / globals.c
CommitLineData
c441a31a 1/* $Id$
7ac48069 2 *
3 * This is the file globals.c for the Moira Client, which allows users
59ec8dae 4 * to quickly and easily maintain most parts of the Moira database.
0a2c64cb 5 * It Contains: globals variable definitions.
5eaef520 6 *
08345b74 7 * Created: 4/12/88
0a2c64cb 8 * By: Chris D. Peterson
08345b74 9 *
7ac48069 10 * Copyright (C) 1988-1998 by the Massachusetts Institute of Technology.
11 * For copying and distribution information, please see the file
12 * <mit-copyright.h>.
08345b74 13 */
14
7ac48069 15#include <mit-copyright.h>
16#include <moira.h>
0a2c64cb 17#include "defs.h"
08345b74 18
7ac48069 19RCSID("$Header$");
20
461c03b6 21Bool verbose; /* TRUE if verbose mode is active (default). */
5eaef520 22Bool found_some; /* used by lists.c for determining if there
461c03b6 23 are any members of a given type. */
219bbe64 24char *user; /* The name of the user executing this
25 program. */
08345b74 26char *program_name; /* The name of this instance of the program. */
27
This page took 0.082794 seconds and 5 git commands to generate.