]> andersk Git - moira.git/blobdiff - update/ticket.c
second code style cleanup: void/void * usage, proper #includes. try to
[moira.git] / update / ticket.c
index 3b081f8d4cd0da0b07c1f42464fc36045284b7b0..155fa9de4ad257b2c5d01863f6d9fd387dbfb547 100644 (file)
@@ -1,24 +1,22 @@
-/*
- *     $Source$
- *     $Header$
+/* $Id$
+ *
+ * Copyright (C) 1988-1998 by the Massachusetts Institute of Technology.
+ * For copying and distribution information, please see the file
+ * <mit-copyright.h>.
  */
-/*  (c) Copyright 1988 by the Massachusetts Institute of Technology. */
-/*  For copying and distribution information, please see the file */
-/*  <mit-copyright.h>. */
-
-#ifndef lint
-static char *rcsid_ticket_c = "$Header$";
-#endif
 
 #include <mit-copyright.h>
-#include <stdio.h>
-#include <krb.h>
-#include <sys/types.h>
+#include <moira.h>
+
 #include <sys/stat.h>
+
+#include <stdio.h>
 #include <string.h>
+
+#include <krb.h>
 #include <update.h>
-#include <com_err.h>
-#include <krb_et.h>
+
+RCSID("$Header$");
 
 extern char *whoami;
 
@@ -29,8 +27,9 @@ static char master[INST_SZ] = "sms";
 static char service[ANAME_SZ] = "rcmd";
 C_Block session;
 
+int get_mr_tgt(void);
 
-static init(void)
+static void init(void)
 {
   static int initialized = 0;
 
This page took 0.057474 seconds and 4 git commands to generate.