head 1.4; access ; symbols ; locks ; comment @ * @; 1.4 date 89.05.02.13.06.30; author pkern; state Exp; branches ; next 1.3; 1.3 date 89.01.31.14.26.39; author pkern; state Exp; branches ; next 1.2; 1.2 date 89.01.31.14.26.05; author pkern; state Exp; branches ; next 1.1; 1.1 date 89.01.31.13.33.12; author pkern; state Exp; branches ; next ; desc @@ 1.4 log @*** empty log message *** @ text @/* * printer.c: * printer related (dummy) functions. * * Copyright (c) 1989 University of Toronto. All rights reserved. * Anyone may use or copy this software, except that it may not be * sold for profit, that this copyright notice remain intact, and that * credit is given where it is due. The University of Toronto and the * author make no warranty and accept no liability for this software. */ static char rcsid[] = "$Header: printer.c,v 1.3 89/01/31 14:26:39 pkern Exp $"; #include "cterm.h" /* send current page to printer */ pr_page() { } /* send curent line to printer */ pr_line() { } /* * send printer status to host * possible responses: * 1 = printer ready * 0 = printer not ready * -1 = no printer */ pr_stat() { return(-1); } pr_init() { } pr_reset() { } @ 1.3 log @*** empty log message *** @ text @d5 5 a9 1 * copyright (c) University of Toronto, 1988. d11 1 a11 1 static char rcsid[] = "$Header: printer.c,v 1.2 89/01/31 14:26:05 pkern Exp $"; @ 1.2 log @*** empty log message *** @ text @d7 1 a7 1 static char rcsid[] = "$Header$"; d9 1 a9 1 #include "common.h" @ 1.1 log @Initial revision @ text @d7 1 a7 1 static char *ID = "printer.c Oct/88 Univ. of Toronto"; @