diff src/sysdep.h @ 108:360340f9fd5f r20-1b6

Import from CVS: tag r20-1b6
author cvs
date Mon, 13 Aug 2007 09:18:39 +0200
parents 131b0175ea99
children 0132846995bd
line wrap: on
line diff
--- a/src/sysdep.h	Mon Aug 13 09:17:27 2007 +0200
+++ b/src/sysdep.h	Mon Aug 13 09:18:39 2007 +0200
@@ -60,6 +60,8 @@
 
 /* Suspend the Emacs process; give terminal to its superior.  */
 void sys_suspend (void);
+/* Suspend a process if possible; give termianl to its superior. */
+void sys_suspend_process (int process);
 
 void request_sigio (void);
 void unrequest_sigio (void);