]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/dird/protos.h
Fix typo
[bacula/bacula] / bacula / src / dird / protos.h
index cbfe5b7fee236b86f70553911db355adc7269180..b217a678ac9e43ccb41f6a67a1403df111cba172 100644 (file)
@@ -142,7 +142,7 @@ RUN *find_next_run(RUN *run, JOB *job, time_t &runtime);
 /* ua_server.c */
 void bsendmsg(void *sock, char *fmt, ...);
 UAContext *new_ua_context(JCR *jcr);
-JCR *create_control_jcr(char *base_name, int job_type);
+JCR *new_control_jcr(char *base_name, int job_type);
 void free_ua_context(UAContext *ua);
 
 /* ua_select.c */