|
|
| version 1.2, 2003/06/17 04:29:56 | version 1.3, 2004/03/22 22:32:50 |
|---|---|
| Line 38 | Line 38 |
| * From: @(#)common.c 8.5 (Berkeley) 4/28/95 | * From: @(#)common.c 8.5 (Berkeley) 4/28/95 |
| * | * |
| * $FreeBSD: src/usr.sbin/lpr/common_source/printcap.c,v 1.6.2.3 2002/04/28 23:29:10 gad Exp $ | * $FreeBSD: src/usr.sbin/lpr/common_source/printcap.c,v 1.6.2.3 2002/04/28 23:29:10 gad Exp $ |
| * $DragonFly: src/usr.sbin/lpr/common_source/printcap.c,v 1.1 2003/06/16 07:24:55 dillon Exp $ | * $DragonFly$ |
| */ | */ |
| #include <errno.h> | #include <errno.h> |
| Line 356 free_printer(struct printer *pp) | Line 356 free_printer(struct printer *pp) |
| init_printer(pp); | init_printer(pp); |
| } | } |
| /* | /* |
| * The following routines are part of what would be a sensible library | * The following routines are part of what would be a sensible library |
| * interface to capability databases. Maybe someday this will become | * interface to capability databases. Maybe someday this will become |