diff options
Diffstat (limited to 'src/process.h')
| -rw-r--r-- | src/process.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/process.h b/src/process.h index eb34f5f0411..95c64fa73b7 100644 --- a/src/process.h +++ b/src/process.h | |||
| @@ -210,6 +210,12 @@ pset_childp (struct Lisp_Process *p, Lisp_Object val) | |||
| 210 | p->childp = val; | 210 | p->childp = val; |
| 211 | } | 211 | } |
| 212 | 212 | ||
| 213 | INLINE void | ||
| 214 | pset_status (struct Lisp_Process *p, Lisp_Object val) | ||
| 215 | { | ||
| 216 | p->status = val; | ||
| 217 | } | ||
| 218 | |||
| 213 | #ifdef HAVE_GNUTLS | 219 | #ifdef HAVE_GNUTLS |
| 214 | INLINE void | 220 | INLINE void |
| 215 | pset_gnutls_cred_type (struct Lisp_Process *p, Lisp_Object val) | 221 | pset_gnutls_cred_type (struct Lisp_Process *p, Lisp_Object val) |