blob: be3fe11076fa91db936b05eac67a41e0c39d7e08 [file] [log] [blame]
/* This file is part of hp2ps, a graph drawer for memory profiles.
Copyright (C) 2002 The University Court of the University of Glasgow.
This program is governed by the license contained in the file LICENSE. */
#ifndef AUX_FILE_H
#define AUX_FILE_H
void PutAuxFile PROTO((FILE *));
void GetAuxFile PROTO((FILE *));
#endif /* AUX_FILE_H */