]> git.pond.sub.org Git - empserver/blobdiff - src/lib/commands/xdump.c
New doc/xdump.
[empserver] / src / lib / commands / xdump.c
index 26fa5c1709048b472d0b82e0ae832514ce8d46e5..430089a037a201331c9cfaf0e3eec8f2a85ab6ed 100644 (file)
  *     Markus Armbruster, 2004-2006
  */
 
-#include <config.h>
-
-#include <stddef.h>
-#include "misc.h"
-#include "file.h"
-#include "match.h"
-#include "news.h"
-#include "nsc.h"
-#include "optlist.h"
-#include "version.h"
-#include "commands.h"
-
 /*
  * Dump everything under the sun
  *
  * - Market: EF_COMM
  */
 
-/* FIXME document dump format */
+/*
+ * See doc/xdump for motivation, syntax, semantics, and rationale.
+ * Make sure to keep it up-to-date!
+ */
+
 /* TODO don't dump stuff that's useless due to options */
 
+#include <config.h>
+
+#include <stddef.h>
+#include "misc.h"
+#include "file.h"
+#include "match.h"
+#include "news.h"
+#include "nsc.h"
+#include "optlist.h"
+#include "version.h"
+#include "commands.h"
+
 /*
  * Evaluate a attribute of an object into VAL, return VAL.
  * TYPE is the attribute's type.