|
Coda Distributed File System
|
#include <stdio.h>#include <stdlib.h>#include <sys/types.h>#include <netinet/in.h>#include <sys/file.h>#include <sys/param.h>#include <unistd.h>#include <fcntl.h>#include <voltypes.h>#include <codaconf.h>#include <vice_file.h>#include <vcrcommon.h>
Classes | |
| class | vrent |
Macros | |
| #define | VRDB_PATH vice_config_path("db/VRDB") |
| #define | VRDB_TEMP vice_config_path("db/VRDB.new") |
Functions | |
| void | ReadConfigFile () |
| int | main (int argc, char *argv[]) |
| #define VRDB_PATH vice_config_path("db/VRDB") |
| #define VRDB_TEMP vice_config_path("db/VRDB.new") |
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
| void ReadConfigFile | ( | void | ) |