Revision: | 148 |
Committed: | 2003-06-08T16:55:49-07:00 (22 years ago) by douglas |
Content type: | text/x-c |
File size: | 403 byte(s) |
Log Message: | Initial revision |
# | Content |
---|---|
1 | // Spectre Samba Mounter |
2 | // |
3 | // Douglas Thrift |
4 | // |
5 | // Spectre.h |
6 | |
7 | #ifndef _Spectre_h_ |
8 | #define _Spectre_h_ |
9 | |
10 | #include <iostream> |
11 | #include <vector> |
12 | #include <set> |
13 | #include <cstdlib> |
14 | #include <cstdio> |
15 | #include <string> |
16 | |
17 | #include <pstream.h> |
18 | #include <sys/types.h> |
19 | #include <sys/stat.h> |
20 | #include <dirent.h> |
21 | #include <pwd.h> |
22 | #include <unistd.h> |
23 | |
24 | using namespace std; |
25 | using namespace redi; |
26 | |
27 | #endif // _Spectre_h_ |