~ubuntu-branches/ubuntu/trusty/xfig/trusty

« back to all changes in this revision

Viewing changes to f_picobj.h

  • Committer: Bazaar Package Importer
  • Author(s): Roland Rosenfeld
  • Date: 2002-03-22 10:39:49 UTC
  • Revision ID: james.westby@ubuntu.com-20020322103949-63082hoxulq6n7u1
Tags: upstream-3.2.3.d-rel
ImportĀ upstreamĀ versionĀ 3.2.3.d-rel

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 * FIG : Facility for Interactive Generation of figures
 
3
 * Copyright (c) 1992 by Brian Boyter
 
4
 * DPS option Copyright 1992 by Dave Hale
 
5
 * Parts Copyright (c) 1989-2000 by Brian V. Smith
 
6
 * Parts Copyright (c) 1991 by Paul King
 
7
 *
 
8
 * Any party obtaining a copy of these files is granted, free of charge, a
 
9
 * full and unrestricted irrevocable, world-wide, paid up, royalty-free,
 
10
 * nonexclusive right and license to deal in this software and
 
11
 * documentation files (the "Software"), including without limitation the
 
12
 * rights to use, copy, modify, merge, publish, distribute, sublicense,
 
13
 * and/or sell copies of the Software, and to permit persons who receive
 
14
 * copies from any such party to do so, with the only requirement being
 
15
 * that this copyright notice remain intact.
 
16
 *
 
17
 */
 
18
 
 
19
extern FILE             *open_picfile();
 
20
extern void              close_picfile();
 
21
 
 
22
#define PIPEOK          True
 
23
#define PIPE_NOTOK      False