]> andersk Git - moira.git/blobdiff - clients/moira/globals.c
second code style cleanup: void/void * usage, proper #includes. try to
[moira.git] / clients / moira / globals.c
index 47963a944eafec189b158dd3ae31fc9a431aed04..ca2640863b5f01359a081bafc672b0eb1addfaca 100644 (file)
@@ -1,27 +1,23 @@
-#if (!defined(lint) && !defined(SABER))
-  static char rcsid_module_c[] = "$Header$";
-#endif
-
-/*     This is the file globals.c for the Moira Client, which allows users
+/* $Id $
+ *
+ *     This is the file globals.c for the Moira Client, which allows users
  *      to quickly and easily maintain most parts of the Moira database.
  *     It Contains:  globals variable definitions.
  *
  *     Created:        4/12/88
  *     By:             Chris D. Peterson
  *
- *      $Source$
- *      $Author$
- *      $Header$
- *
- *     Copyright 1988 by the Massachusetts Institute of Technology.
- *
- *     For further information on copyright and distribution
- *     see the file mit-copyright.h
+ * Copyright (C) 1988-1998 by the Massachusetts Institute of Technology.
+ * For copying and distribution information, please see the file
+ * <mit-copyright.h>.
  */
 
-#include "mit-copyright.h"
+#include <mit-copyright.h>
+#include <moira.h>
 #include "defs.h"
 
+RCSID("$Header$");
+
 Bool verbose;                  /* TRUE if verbose mode is active (default). */
 Bool found_some;               /* used by lists.c for determining if there
                                   are any members of a given type. */
This page took 0.04516 seconds and 4 git commands to generate.