Changed include/yaz/diagbib1.h and added include/yaz/diagsrw.h with
[yaz-moved-to-github.git] / src / requestq.c
index bf9f7e2..d774b9a 100644 (file)
@@ -1,14 +1,12 @@
 /*
- * Copyright (C) 1994-2003, Index Data.
+ * Copyright (C) 1995-2005, Index Data ApS
  * See the file LICENSE for details.
- * Sebastian Hammer, Adam Dickmeiss
- *
- * $Id: requestq.c,v 1.1 2003-10-27 12:21:35 adam Exp $
  *
+ * $Id: requestq.c,v 1.3 2005-01-15 19:47:14 adam Exp $
  */
-
-/*
- * Simple queue management.
+/**
+ * \file requestq.c
+ * \brief Implements Simple queue management for GFS.
  *
  * We also use the request-freelist to store encoding buffers, rather than
  * freeing and xmalloc'ing them on each cycle.