]> git.saurik.com Git - apt.git/blobdiff - ftparchive/writer.h
merged the latest lp:~mvo/apt/libudev-cdrom branch
[apt.git] / ftparchive / writer.h
index 1d47d57ec8062b4f5e519644154f084096c76ec1..e7643890056fed1c0a54c2ea2a72e044f70673da 100644 (file)
@@ -13,9 +13,6 @@
 #ifndef WRITER_H
 #define WRITER_H
 
-#ifdef __GNUG__
-#pragma interface "writer.h"
-#endif 
 
 #include <string>
 #include <stdio.h>
@@ -55,7 +52,7 @@ class FTWScanner
    {
       if (ErrorPrinted == false && Quiet <= Priority)
       {
-        cout << endl;
+        c1out << endl;
         ErrorPrinted = true;
       }         
    }
@@ -89,6 +86,7 @@ class PackagesWriter : public FTWScanner
    bool DoSHA256;
    bool NoOverride;
    bool DoContents;
+   bool LongDescription;
 
    // General options
    string PathPrefix;