X-Git-Url: https://code.delx.au/pulseaudio/blobdiff_plain/a67c21f093202f142438689d3f7cfbdf4ea82eea..ac76dbde6312b8052b80ce0239ef9443cfb27e1f:/src/pulsecore/modinfo.h diff --git a/src/pulsecore/modinfo.h b/src/pulsecore/modinfo.h index 02e536c6..baad0de7 100644 --- a/src/pulsecore/modinfo.h +++ b/src/pulsecore/modinfo.h @@ -1,8 +1,6 @@ #ifndef foomodinfohfoo #define foomodinfohfoo -/* $Id$ */ - /*** This file is part of PulseAudio. @@ -10,7 +8,7 @@ PulseAudio is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published - by the Free Software Foundation; either version 2 of the License, + by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. PulseAudio is distributed in the hope that it will be useful, but @@ -25,12 +23,15 @@ ***/ /* Some functions for reading module meta data from PulseAudio modules */ +#include typedef struct pa_modinfo { char *author; char *description; char *usage; char *version; + char *deprecated; + pa_bool_t load_once; } pa_modinfo; /* Read meta data from an libtool handle */