Coda Distributed File System
util.h
Go to the documentation of this file.
1/* BLURB gpl
2
3 Coda File System
4 Release 6
5
6 Copyright (c) 1987-2003 Carnegie Mellon University
7 Additional copyrights listed below
8
9 This code is distributed "AS IS" without warranty of any kind under
10 the terms of the GNU General Public Licence Version 2, as shown in the
11 file LICENSE. The technical and financial contributors to Coda are
12 listed in the file CREDITS.
13
14 Additional copyrights
15 none currently
16*/
17
18// Utility routines ... headers for gui.c
19
20extern char *XferLabel[3];
21
22void MainInit(int *argcp, char ***argvp);
23
24void do_clog(void);
25
26void do_cunlog(void);
27
28void menu_clog(void);
29
30void menu_ctokens(void);
31
32void menu_cunlog(void);
33
34int do_findRealm(const char *);
void MainInit(int *argcp, char ***argvp)
Definition: util.cc:259
int do_findRealm(const char *)
Definition: util.cc:234
void do_clog(void)
Definition: util.cc:101
char * XferLabel[3]
Definition: util.cc:30
void do_cunlog(void)
Definition: util.cc:146
void menu_cunlog(void)
Definition: util.cc:214
void menu_ctokens(void)
Definition: util.cc:193
void menu_clog(void)
Definition: util.cc:178