]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/lib/protos.h
ebl use tokyocabinet by default instead of htable
[bacula/bacula] / bacula / src / lib / protos.h
index 8b5a1b908a364dc44dbb48993bb5eb2fd8d6fb61..4197b31e74b0651a7ddff3ff4e18a4483c83d62c 100644 (file)
@@ -318,8 +318,8 @@ char *           encode_time             (time_t time, char *buf);
 char *           encode_mode             (mode_t mode, char *buf);
 int              do_shell_expansion      (char *name, int name_len);
 void             jobstatus_to_ascii      (int JobStatus, char *msg, int maxlen);
-int              run_program             (char *prog, int wait, POOLMEM *results);
-int              run_program_full_output (char *prog, int wait, POOLMEM *results);
+int              run_program             (char *prog, int wait, POOLMEM *&results);
+int              run_program_full_output (char *prog, int wait, POOLMEM *&results);
 const char *     job_type_to_str         (int type);
 const char *     job_status_to_str       (int stat);
 const char *     job_level_to_str        (int level);