summaryrefslogtreecommitdiff
path: root/dviware/dvibook/libtex/seek.h
blob: 7ab66cbdb6e6176f725e86536eb733f3620fd99a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
 * Copyright (c) 1987, 1989 University of Maryland
 * Department of Computer Science.  All rights reserved.
 * Permission to copy for any purpose is hereby granted
 * so long as this copyright notice remains intact.
 */

/*
 * Declarations for seek.c: SeekFile(FILE *fp) returns a
 * version of `fp' on which `fseek' functions properly;
 * CopyFile(FILE *fp) returns a temporary copy of fp.
 */

FILE *SeekFile(/* FILE *fp */), *CopyFile(/* FILE *fp */);