~sarahstrong/ubuntu/lucid/gedit/mypatch

« back to all changes in this revision

Viewing changes to src/print-doc.h

  • Committer: Bazaar Package Importer
  • Author(s): Joe Drew
  • Date: 2002-01-13 02:13:27 UTC
  • Revision ID: james.westby@ubuntu.com-20020113021327-dukaa4n50oykvrjg
Tags: upstream-0.9.6
ImportĀ upstreamĀ versionĀ 0.9.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef __GEDIT_PRINT_DOC_H__
 
2
#define __GEDIT_PRINT_DOC_H__
 
3
 
 
4
#include <print.h>
 
5
 
 
6
void  gedit_print_document                 (PrintJobInfo *pji);
 
7
guint gedit_print_document_determine_lines (PrintJobInfo *pji, gboolean real);
 
8
 
 
9
#endif /* __GEDIT_PRINT_DOC_H__ */