summaryrefslogtreecommitdiff
path: root/utils/hp2ps/AuxFile.h
blob: 6e962c492e5a75d81e803369a48f1a3e613452ef (plain)
1
2
3
4
5
6
7
#ifndef AUX_FILE_H
#define AUX_FILE_H

void PutAuxFile PROTO((FILE *));
void GetAuxFile PROTO((FILE *));

#endif /* AUX_FILE_H */