# | Line 16 | Line 16 | |
---|---|---|
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 31 | Line 32 | struct Config | |
32 | string smbclient; | |
33 | string mount_smbfs; | |
34 | string root; | |
35 | + | multimap<string, string> hosts; |
36 | }; | |
37 | ||
38 | extern string program; | |
# | Line 40 | Line 42 | 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_ |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |