|
Coda Distributed File System
|
#include <stdio.h>#include "coda_string.h"#include <sys/param.h>#include <sysent.h>#include "util.h"#include "advice_parser.h"
Macros | |
| #define | _BLURB_ |
| #define | CommentsDBdir "/usr/mond/adviceCommentsDB" |
| #define | LINE_LENGTH 256 |
Functions | |
| int | ffilecopy (FILE *, FILE *) |
| int | ParseDisconQfile (char *filename, DiscoMissQ *q) |
| int | ParseReconnQfile (char *filename, ReconnQ *q) |
Variables | |
| int | LogLevel |
| FILE * | LogFile |
| char | line [LINE_LENGTH] |
| #define _BLURB_ |
| #define CommentsDBdir "/usr/mond/adviceCommentsDB" |
| #define LINE_LENGTH 256 |
| int ffilecopy | ( | FILE * | , |
| FILE * | |||
| ) |
| int ParseDisconQfile | ( | char * | filename, |
| DiscoMissQ * | q | ||
| ) |
| int ParseReconnQfile | ( | char * | filename, |
| ReconnQ * | q | ||
| ) |
| char line[LINE_LENGTH] |
|
extern |
|
extern |