]> andersk Git - moira.git/blobdiff - clients/moira/globals.h
ANSIfy
[moira.git] / clients / moira / globals.h
index 9d582a27530c46164eef5e28449982464248ab2f..4d4cb24f325f89bc973d67b67b301c72a1726175 100644 (file)
@@ -1,27 +1,31 @@
-/*     This is the file globals.h for allmaint, the SMS client that allows
- *      a user to maintaint most important parts of the SMS database.
- *     It Contains: globals variable definitions
+/*     This is the file globals.h for the SMS Client, which allows a nieve
+ *      user to quickly and easily maintain most parts of the SMS database.
+ *     It Contains:  globals variable definitions.
  *     
  *     Created:        4/12/88
- *     By:             4/12/88
+ *     By:             Chris D. Peterson
  *
  *      $Source$
  *      $Author$
  *      $Header$
  *     
- *     Copyright 1987, 1988 by the Massachusetts Institute of Technology.
+ *     Copyright 1988 by the Massachusetts Institute of Technology.
  *
  *     For further information on copyright and distribution 
  *     see the file mit-copyright.h
  */
 
 #include "mit-copyright.h"
-#include "allmaint.h"
+#include "defs.h"
 
-#ifndef _allmaint_globals_
-#define _allmaint_globals_
+#ifndef _sms_client_globals_
+#define _sms_client_globals_
 
-extern char *user              /* The name of the user executing allmaint. */
+extern Bool verbose;           /* TRUE if verbose mode is active (default). */
+extern Bool found_some;                /* used by lists.c for determining if there 
+                                are any members of a given type. */
+extern char *user;             /* The name of the user executing this
+                                  program. */
 extern char *program_name;     /* The name of this instance of the program. */
 
-#endif _allmaint_globals_      /* Do Not Add Anything After This Line */
+#endif /* _sms_client_globals_ */ /* Do Not Add Anything After This Line */
This page took 0.041332 seconds and 4 git commands to generate.