chiark / gitweb /
Hands-off reader type
[disorder] / server / exports.c
index 1a0bb7ecb0b474594c796eba19c8dd3c2a14e50c..fb8426f2428c26163970bd81198755d4f31b5060 100644 (file)
  * 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);