]> git.saurik.com Git - apple/xnu.git/blobdiff - pexpert/gen/pe_gen.c
xnu-1228.7.58.tar.gz
[apple/xnu.git] / pexpert / gen / pe_gen.c
index 5217ff2928d2f69f1cb1bdfc620c0552bd6416cd..32be95e274087ffebb18e32ecacd0d9682fb25a5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2000 Apple Computer, Inc. All rights reserved.
+ * Copyright (c) 2000-2006 Apple Computer, Inc. All rights reserved.
  *
  * @APPLE_OSREFERENCE_LICENSE_HEADER_START@
  * 
@@ -30,6 +30,7 @@
  */
 
 #include <pexpert/pexpert.h>
+#include <pexpert/protos.h>
 #include <kern/debug.h>
 
 static int DEBUGFlag;
@@ -49,11 +50,10 @@ void PE_enter_debugger(char *cause)
 }
 
 /* extern references */
-extern void cnputc(char c);
 extern void vcattach(void);
 
 /* Globals */
-void (*PE_putc)(char c) = 0;
+void (*PE_putc)(char c);
 
 void PE_init_printf(boolean_t vm_initialized)
 {