summaryrefslogtreecommitdiff
path: root/setedit/setedit/include/edprint.h
blob: ad3b85e0084f184cd6887b870bb5317bbd3a7b72 (plain)
1
2
3
4
5
6
7
8
/* Copyright (C) 1996,1997,1998,1999,2000 by Salvador E. Tropea (SET),
   see copyrigh file for details */
void PrintSetup(void);
int  PrintSource(char *b, char *FileName, unsigned tabSize);
void PrintSetDefaults(void);
void SavePrintSetUp(opstream* s);
void LoadPrintSetUp(ipstream* s);