patch 7.4.1541
Problem:    Missing job_info().
Solution:   Implement it.
diff --git a/src/proto/channel.pro b/src/proto/channel.pro
index e6e5446..eb50b2f 100644
--- a/src/proto/channel.pro
+++ b/src/proto/channel.pro
@@ -54,5 +54,6 @@
 void job_check_ended(void);
 job_T *job_start(typval_T *argvars);
 char *job_status(job_T *job);
+void job_info(job_T *job, dict_T *dict);
 int job_stop(job_T *job, typval_T *argvars);
 /* vim: set ft=c : */