rm __BEGIN_DECLS, __END_DECLS; the latter was misspelled and
authorChris Torek <torek@ucbvax.Berkeley.EDU>
Sat, 27 Feb 1993 03:40:03 +0000 (19:40 -0800)
committerChris Torek <torek@ucbvax.Berkeley.EDU>
Sat, 27 Feb 1993 03:40:03 +0000 (19:40 -0800)
these are only for C++ to use C code anyway.  gcc1 was certainly
forgiving about underscores!

SCCS-vsn: usr.sbin/lpr/lpd/extern.h 5.4

usr/src/usr.sbin/lpr/lpd/extern.h

index 0d6edd6..d8bec7c 100644 (file)
@@ -2,15 +2,12 @@
  * Copyright (c) 1989 The Regents of the University of California.
  * All rights reserved.
  *
  * Copyright (c) 1989 The Regents of the University of California.
  * All rights reserved.
  *
- *
  * %sccs.include.redist.c%
  *
  * %sccs.include.redist.c%
  *
- *      @(#)extern.h   5.3 (Berkeley) %G%
+ *      @(#)extern.h   5.4 (Berkeley) %G%
  */
 
 #include <sys/cdefs.h>
 
  */
 
 #include <sys/cdefs.h>
 
-__BEGIN_DECLS
 void       printjob __P((void));
 void       recvjob __P((void));
 void       printjob __P((void));
 void       recvjob __P((void));
-___END_DECLS