Coda Distributed File System
|
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <dirent.h>
#include "vcodacon.h"
#include "util.h"
#include <FL/fl_ask.H>
#include <sys/stat.h>
#include <codaconf.h>
Functions | |
int | lookup_realm (char *name) |
int | update_realmlist (void) |
void | do_clog () |
void | do_cunlog () |
void | menu_clog (void) |
void | menu_ctokens (void) |
void | menu_cunlog (void) |
int | do_findRealm (const char *realm) |
void | MainInit (int *argcp, char ***argvp) |
Variables | |
char * | XferLabel [3] |
void do_clog | ( | void | ) |
void do_cunlog | ( | void | ) |
int do_findRealm | ( | const char * | realm | ) |
int lookup_realm | ( | char * | name | ) |
void MainInit | ( | int * | argcp, |
char *** | argvp | ||
) |
void menu_clog | ( | void | ) |
void menu_ctokens | ( | void | ) |
void menu_cunlog | ( | void | ) |
int update_realmlist | ( | void | ) |
char* XferLabel[3] |