~ubuntu-branches/ubuntu/dapper/fpc/dapper

« back to all changes in this revision

Viewing changes to rtl/inc/printerh.inc

  • Committer: Bazaar Package Importer
  • Author(s): Carlos Laviola
  • Date: 2005-05-30 11:59:10 UTC
  • mfrom: (1.2.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20050530115910-x5pbzm4qqta4i94h
Tags: 2.0.0-2
debian/fp-compiler.postinst.in: forgot to reapply the patch that
correctly creates the slave link to pc(1).  (Closes: #310907)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{
 
2
    $Id: printerh.inc,v 1.2 2005/02/14 17:13:26 peter Exp $
 
3
    This file is part of the Free Pascal run time library.
 
4
    Copyright (c) 1999-2004 by the Free Pascal development team
 
5
 
 
6
    Common header for unit Printer.
 
7
 
 
8
    See the file COPYING.FPC, included in this distribution,
 
9
    for details about the copyright.
 
10
 
 
11
    This program is distributed in the hope that it will be useful,
 
12
    but WITHOUT ANY WARRANTY; without even the implied warranty of
 
13
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 
14
 
 
15
 **********************************************************************}
 
16
var
 
17
  Lst: text;
 
18
 
 
19
(* Check whether opening of Lst was successful. *)
 
20
function IsLstAvailable: boolean;
 
21
 
 
22
(* Allow to initialize printer with different name. *)
 
23
procedure InitPrinter (const PrinterName: string);
 
24
 
 
25
{
 
26
  $Log: printerh.inc,v $
 
27
  Revision 1.2  2005/02/14 17:13:26  peter
 
28
    * truncate log
 
29
 
 
30
}