]> andersk Git - moira.git/blobdiff - lib/kname_unparse.c
Change group security when renaming groups.
[moira.git] / lib / kname_unparse.c
index a694b20da8b5994c466b9b5a71c7352b8f93823f..89be015dafddff3b92292a1cf3c5bbaebda9fca8 100644 (file)
@@ -1,13 +1,23 @@
-/* $Header$
+/* $Id$
  *
  * Don't know why this function is not in libkrb.a.  It's the inverse
  * of kname_parse() which is there.
+ *
+ * Copyright (C) 1993-1998 by the Massachusetts Institute of Technology
+ * For copying and distribution information, please see the file
+ * <mit-copyright.h>.
  */
 
+#include <mit-copyright.h>
+#include <moira.h>
+
 #include <stdio.h>
+
 #include <des.h>
 #include <krb.h>
 
+RCSID("$Header$");
+
 /* Turn a principal, instance, realm triple into a single non-ambiguous
  * string.  This is the inverse of kname_parse().  It returns a pointer
  * to a static buffer, or NULL on error.
This page took 0.03137 seconds and 4 git commands to generate.