ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/proj/trunk/Spectre/Spectre.h
(Generate patch)

Comparing trunk/Spectre/Spectre.h (file contents):
Revision 148 by douglas, 2003-06-08T16:55:49-07:00 vs.
Revision 155 by douglas, 2003-06-09T01:10:31-07:00

# Line 10 | Line 10
10   #include <iostream>
11   #include <vector>
12   #include <set>
13 + #include <map>
14   #include <cstdlib>
15   #include <cstdio>
16   #include <string>
17  
18   #include <pstream.h>
19 + #include <sys/utsname.h>
20   #include <sys/types.h>
21   #include <sys/stat.h>
22   #include <dirent.h>
# Line 24 | Line 26
26   using namespace std;
27   using namespace redi;
28  
29 + struct Config
30 + {
31 +        string install;
32 +        string smbclient;
33 +        string mount_smbfs;
34 +        string root;
35 +        multimap<string, string> hosts;
36 + };
37 +
38 + extern string program;
39 + extern string programName;
40 + extern string programVersion;
41 + extern bool debug;
42 +
43 + extern Config config;
44 +
45 + string platform();
46 + void usage();
47 + void version();
48 + void configure();
49 +
50   #endif // _Spectre_h_

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines