Config used by libnntp. More...
#include "config.h"
#include <stdbool.h>
#include <stddef.h>
#include "config/lib.h"
#include "conn/lib.h"
#include "expando/lib.h"
Go to the source code of this file.
Functions | |
bool | config_init_nntp (struct ConfigSet *cs) |
Register nntp config variables - Implements module_init_config_t -. | |
Variables | |
const struct ExpandoDefinition | NntpFormatDef [] |
Expando definitions. | |
static struct ConfigDef | NntpVars [] |
Config definitions for the NNTP library. | |
Config used by libnntp.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
Definition in file config.c.
const struct ExpandoDefinition NntpFormatDef[] |