Coda Distributed File System
|
#include <stdio.h>
#include <ctype.h>
#include <errno.h>
#include "coda_string.h"
#include <unistd.h>
#include <limits.h>
#include <stdlib.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <coda_fts.h>
#include <fcntl.h>
#include "lka_private.h"
Functions | |
int | LWP_DispatchProcess (void) |
int | main (int argc, char **argv) |
Variables | |
int | VerboseFlag = 0 |
int | RelativePathFlag = 0 |
int | NumEntries = 0 |
char * | NewLKDB = NULL |
char * | TreeRoot = NULL |
int LWP_DispatchProcess | ( | void | ) |
int main | ( | int | argc, |
char ** | argv | ||
) |
char* NewLKDB = NULL |
int NumEntries = 0 |
int RelativePathFlag = 0 |
char* TreeRoot = NULL |
int VerboseFlag = 0 |