Deleted Added
sdiff udiff text old ( 31492 ) new ( 39084 )
full compact
1/*
2 * Copyright (c) 1989, 1993
3 * The Regents of the University of California. All rights reserved.
4 *
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions
8 * are met:

--- 21 unchanged lines hidden (view full) ---

30 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
31 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
32 * SUCH DAMAGE.
33 *
34 * @(#)extern.h 8.1 (Berkeley) 6/6/93
35 */
36
37
38#include <sys/cdefs.h>
39
40
41__BEGIN_DECLS
42void clean __P((struct printer *));
43void disable __P((struct printer *));
44void doabort __P((struct printer *));
45void down __P((int, char **));

--- 6 unchanged lines hidden (view full) ---

52void status __P((struct printer *));
53void stop __P((struct printer *));
54void topq __P((int, char **));
55void up __P((struct printer *));
56__END_DECLS
57
58extern int NCMDS;
59extern struct cmd cmdtab[];