X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/e7eb3a2744aa45179daea235800753d3d1955338..132a5a4a47f9dbc7c52ee15234d70258c59ccf8e:/server/exports.c diff --git a/server/exports.c b/server/exports.c index 1a0bb7e..fb8426f 100644 --- a/server/exports.c +++ b/server/exports.c @@ -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);