chiark / gitweb /
debian/control: db4.8 is obsolete in wheezy.
[disorder] / server / exports.c
index 1a0bb7ecb0b474594c796eba19c8dd3c2a14e50c..cdb0188fb56f1f634f392b025908773547e5ddef 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * This file is part of DisOrder.
- * Copyright (C) 2007 Richard Kettlewell
+ * Copyright (C) 2007, 2008 Richard Kettlewell
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
  * You should have received a copy of the GNU General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
-
+/** @file server/exports.c
+ * @brief Server exports
+ *
+ * Force functions to be included in the server so they can be exported
+ * to plugins.
+ */
 #include "disorder.h"
 
 typedef void (*fptr)(void);