summaryrefslogtreecommitdiff
path: root/server/bdump.c
diff options
context:
space:
mode:
authorGravatar John Kohl <jtkohl@mit.edu>1987-06-19 06:29:53 +0000
committerGravatar John Kohl <jtkohl@mit.edu>1987-06-19 06:29:53 +0000
commitff687ceff9d00d35f0d9df0c86f2fee5b111059d (patch)
tree7066993d388bfa4280008eed76228354da7a5792 /server/bdump.c
parent0543936bef46ef47a12601373a1cf16f0301d808 (diff)
Initial revision
Diffstat (limited to 'server/bdump.c')
-rw-r--r--server/bdump.c32
1 files changed, 32 insertions, 0 deletions
diff --git a/server/bdump.c b/server/bdump.c
new file mode 100644
index 0000000..0eb34dc
--- /dev/null
+++ b/server/bdump.c
@@ -0,0 +1,32 @@
+/* This file is part of the Project Athena Zephyr Notification System.
+ * It contains functions for dumping server state between servers.
+ *
+ * Created by: John T. Kohl
+ *
+ * $Source$
+ * $Author$
+ *
+ * Copyright (c) 1987 by the Massachusetts Institute of Technology.
+ * For copying and distribution information, see the file
+ * "mit-copyright.h".
+ */
+
+#include <zephyr/mit-copyright.h>
+
+#ifndef lint
+static char rcsid_brain_dump_c[] = "$Header$";
+#endif lint
+
+#include "zserver.h"
+
+void
+get_brain_dump(who)
+struct sockaddr_in *who;
+{
+}
+
+void
+send_brain_dump(who)
+struct sockaddr_in *who;
+{
+}