]> andersk Git - moira.git/blobdiff - lib/idno.c
second code style cleanup: void/void * usage, proper #includes. try to
[moira.git] / lib / idno.c
index 49883998695215bf63ebb6d50678e2cb8bc2acc0..53f9f96ee67d2b66bdc5a3e2d47181d2c4e446fd 100644 (file)
@@ -1,18 +1,22 @@
-/* $Header$
+/* $Id $
  *
- * Routines to encrypt ID's
+ * Routines to deal with MIT IDs
  *
- *  (c) Copyright 1988 by the Massachusetts Institute of Technology.
- *  For copying and distribution information, please 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 <string.h>
+#include <moira.h>
+
 #include <ctype.h>
-#include <unistd.h>
+#include <string.h>
+
 #ifdef USE_CRYPT_H
 #include <crypt.h>
+#else
+#include <unistd.h>
 #endif
 
 /*     Function Name: RemoveHyphens
This page took 0.03323 seconds and 4 git commands to generate.