~ubuntu-branches/ubuntu/jaunty/lpr/jaunty

« back to all changes in this revision

Viewing changes to lpc/extern.h

  • Committer: Bazaar Package Importer
  • Author(s): Adam Majer
  • Date: 2004-07-27 16:45:19 UTC
  • mfrom: (2.1.1 warty)
  • Revision ID: james.westby@ubuntu.com-20040727164519-fjgr6gmzlkuh53zz
Tags: 1:2003.09.23-7
Remove bash specific syntax in postinst. To make sure permissions are fixed
for the new lpr, rerun permission fixups on /var/spool/lpd/*, again.
(closes: #261590)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/*      $OpenBSD: extern.h,v 1.2 1997/01/17 16:12:36 millert Exp $      */
 
1
/*      $OpenBSD: extern.h,v 1.5 2003/06/02 23:36:53 millert Exp $      */
 
2
/*      $NetBSD: extern.h,v 1.2 1995/11/15 22:27:36 pk Exp $    */
2
3
 
3
4
/*
4
5
 * Copyright (c) 1989, 1993
13
14
 * 2. Redistributions in binary form must reproduce the above copyright
14
15
 *    notice, this list of conditions and the following disclaimer in the
15
16
 *    documentation and/or other materials provided with the distribution.
16
 
 * 3. All advertising materials mentioning features or use of this software
17
 
 *    must display the following acknowledgement:
18
 
 *      This product includes software developed by the University of
19
 
 *      California, Berkeley and its contributors.
20
 
 * 4. Neither the name of the University nor the names of its contributors
 
17
 * 3. Neither the name of the University nor the names of its contributors
21
18
 *    may be used to endorse or promote products derived from this software
22
19
 *    without specific prior written permission.
23
20
 *
41
38
 
42
39
 
43
40
__BEGIN_DECLS
44
 
void    clean __P((int, char **));
45
 
void    disable __P((int, char **));
46
 
void    doabort __P((int, char **));
47
 
void    down __P((int, char **));
48
 
void    enable __P((int, char **));
49
 
void    help __P((int, char **));
50
 
void    quit __P((int, char **));
51
 
void    restart __P((int, char **));
52
 
void    startcmd __P((int, char **));
53
 
void    status __P((int, char **));
54
 
void    stop __P((int, char **));
55
 
void    topq __P((int, char **));
56
 
void    up __P((int, char **));
 
41
void    clean(int, char **);
 
42
void    disable(int, char **);
 
43
void    doabort(int, char **);
 
44
void    down(int, char **);
 
45
void    enable(int, char **);
 
46
void    help(int, char **);
 
47
void    quit(int, char **);
 
48
void    restart(int, char **);
 
49
void    startcmd(int, char **);
 
50
void    status(int, char **);
 
51
void    stop(int, char **);
 
52
void    topq(int, char **);
 
53
void    up(int, char **);
57
54
__END_DECLS
58
55
 
59
56
extern int NCMDS;