diff src/sysproc.h @ 272:c5d627a313b1 r21-0b34

Import from CVS: tag r21-0b34
author cvs
date Mon, 13 Aug 2007 10:28:48 +0200
parents 65c19d2020f7
children ca9a9ec9c1c1
line wrap: on
line diff
--- a/src/sysproc.h	Mon Aug 13 10:27:41 2007 +0200
+++ b/src/sysproc.h	Mon Aug 13 10:28:48 2007 +0200
@@ -96,11 +96,11 @@
 #endif /* no FD_SET */
 
 #ifdef EMACS_BTL
-extern int cadillac_stop_logging ();
-extern int cadillac_start_logging ();
+int cadillac_stop_logging ();
+int cadillac_start_logging ();
 #endif
 
-extern int poll_fds_for_input (SELECT_TYPE mask);
+int poll_fds_for_input (SELECT_TYPE mask);
 
 #ifdef MSDOS
 /* #include <process.h> */