summaryrefslogtreecommitdiff
path: root/ftparchive/apt-ftparchive.h
blob: c228903ba196f8265e5e84897da7f16240940e15 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
// -*- mode: cpp; mode: fold -*-
// Description								/*{{{*/
// $Id: apt-ftparchive.h,v 1.2 2001/02/20 07:03:18 jgg Exp $
/* ######################################################################

   Writer 
   
   The file writer classes. These write various types of output, sources,
   packages and contents.
   
   ##################################################################### */
									/*}}}*/
#ifndef APT_FTPARCHIVE_H
#define APT_FTPARCHIVE_H

#ifdef __GNUG__
#pragma interface "apt-ftparchive.h"
#endif

#include <fstream>

extern ostream c0out;
extern ostream c1out;
extern ostream c2out;
extern ofstream devnull;
extern unsigned Quiet;

#endif