X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/e7eb3a2744aa45179daea235800753d3d1955338..f4604d0d467ae510f8167d3109e6fd05f57f1cde:/server/exports.c diff --git a/server/exports.c b/server/exports.c index 1a0bb7e..cdb0188 100644 --- a/server/exports.c +++ b/server/exports.c @@ -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 @@ -15,7 +15,12 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - +/** @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);