ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/repos/Spectre2/Spectre2.hpp
(Generate patch)

Comparing Spectre2/Spectre2.hpp (file contents):
Revision 407 by douglas, 2004-12-30T22:32:13-08:00 vs.
Revision 409 by douglas, 2004-12-31T01:13:08-08:00

# Line 14 | Line 14
14   #endif
15  
16   #include <menes-api/console.hpp>
17 + #include <menes-api/files.hpp>
18   #include <menes-ext/string.hpp>
19  
20 < extern "C"
21 < {
20 > typedef api::Posix::FileStream<api::Posix::HandleWriter, O_WRONLY | O_CREAT | O_TRUNC, 0600> SecretFileWriter;
21 >
22   #include <unistd.h>
22 }
23  
24   class Daemon;
25  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines