Deleted Added
full compact
extern.h (1554) extern.h (31492)
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:

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

34 * @(#)extern.h 8.1 (Berkeley) 6/6/93
35 */
36
37
38#include <sys/cdefs.h>
39
40
41__BEGIN_DECLS
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:

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

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((int, char **));
43void disable __P((int, char **));
44void doabort __P((int, char **));
42void clean __P((struct printer *));
43void disable __P((struct printer *));
44void doabort __P((struct printer *));
45void down __P((int, char **));
45void down __P((int, char **));
46void enable __P((int, char **));
46void enable __P((struct printer *));
47void generic __P((void (*) __P((struct printer *)), int, char **));
47void help __P((int, char **));
48void quit __P((int, char **));
48void help __P((int, char **));
49void quit __P((int, char **));
49void restart __P((int, char **));
50void startcmd __P((int, char **));
51void status __P((int, char **));
52void stop __P((int, char **));
50void restart __P((struct printer *));
51void startcmd __P((struct printer *));
52void status __P((struct printer *));
53void stop __P((struct printer *));
53void topq __P((int, char **));
54void topq __P((int, char **));
54void up __P((int, char **));
55void up __P((struct printer *));
55__END_DECLS
56
57extern int NCMDS;
58extern struct cmd cmdtab[];
56__END_DECLS
57
58extern int NCMDS;
59extern struct cmd cmdtab[];