File: bundle.h

package info (click to toggle)
pstotext 1.7-3
  • links: PTS
  • area: main
  • in suites: slink
  • size: 228 kB
  • ctags: 270
  • sloc: ansic: 1,709; makefile: 70; sh: 64
file content (16 lines) | stat: -rw-r--r-- 541 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* Copyright (C) 1995, Digital Equipment Corporation.         */
/* All rights reserved.                                       */
/* See the file pstotext.txt for a full description.          */
/* Last modified on Fri Oct 11 15:35:24 PDT 1996 by mcjones   */

typedef char *BUNDLE[];

#ifdef NEED_PROTO
extern void putbundle(BUNDLE b, FILE *f);
#else
extern void putbundle(/* BUNDLE b, FILE *f */);
#endif
/* Write bundle "b" to file "f".

   "b" should have been constructed from "b.ps" by the ".ps.h" rule in
   the pstotext Makefile. */