]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/lib/protos.h
Remove SQLite2 scripts
[bacula/bacula] / bacula / src / lib / protos.h
index c5b7ce1fb2487e2b481168d74fc4b1f3a97a8925..7e700bdad7d5867c2aee615091bedd82a620e2d6 100644 (file)
@@ -320,6 +320,7 @@ void             jobstatus_to_ascii      (int JobStatus, char *msg, int maxlen);
 void             jobstatus_to_ascii_gui  (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);
+char *           aop_to_str              (int aop, POOL_MEM &ret);
 const char *     job_type_to_str         (int type);
 const char *     job_status_to_str       (int stat);
 const char *     job_level_to_str        (int level);