]> code.delx.au - gnu-emacs/blobdiff - src/process.h
Don't overflow if computing approximate percentage
[gnu-emacs] / src / process.h
index 7803672d61a68cd2eda5db617b4f4bda7da1cad9..e889055dc2388977c16e1379147f69d7c4ba7d50 100644 (file)
@@ -105,6 +105,9 @@ struct Lisp_Process
     Lisp_Object gnutls_cred_type;
 #endif
 
+    /* Pipe process attached to the standard error of this process.  */
+    Lisp_Object stderrproc;
+
     /* After this point, there are no Lisp_Objects any more.  */
     /* alloc.c assumes that `pid' is the first such non-Lisp slot.  */
 
@@ -237,4 +240,6 @@ extern Lisp_Object network_interface_list (void);
 extern Lisp_Object network_interface_info (Lisp_Object);
 #endif
 
+extern Lisp_Object remove_slash_colon (Lisp_Object);
+
 INLINE_HEADER_END