Coda Distributed File System
|
#include <sys/param.h>
#include <stdio.h>
#include "coda_string.h"
#include <assert.h>
#include <stdlib.h>
#include <unistd.h>
#include "codaconf.h"
#include "coda_config.h"
Classes | |
struct | _item |
Macros | |
#define | MAXLINELEN 256 |
Typedefs | |
typedef struct _item * | item_t |
Functions | |
int | codaconf_init_one (const char *cf) |
char * | codaconf_file (const char *confname) |
int | codaconf_init (const char *confname) |
const char * | codaconf_lookup (const char *name, const char *defaultvalue) |
void | codaconf_free (void) |
Variables | |
int | codaconf_quiet = 0 |
#define MAXLINELEN 256 |
char * codaconf_file | ( | const char * | confname | ) |
void codaconf_free | ( | void | ) |
int codaconf_init | ( | const char * | confname | ) |
int codaconf_init_one | ( | const char * | cf | ) |
const char * codaconf_lookup | ( | const char * | name, |
const char * | defaultvalue | ||
) |
int codaconf_quiet = 0 |