]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/lib/message.h
update version
[bacula/bacula] / bacula / src / lib / message.h
index 57edef9707919af3840a0b0732c4f42259f9cb8d..e3fb1e5a49d9ce6e63ecad5a953d66b1760bc82a 100644 (file)
@@ -1,7 +1,7 @@
 /*
    Bacula® - The Network Backup Solution
 
-   Copyright (C) 2000-2009 Free Software Foundation Europe e.V.
+   Copyright (C) 2000-2011 Free Software Foundation Europe e.V.
 
    The main author of Bacula is Kern Sibbald, with contributions from
    many others, a complete list can be found in the file AUTHORS.
@@ -145,8 +145,9 @@ void e_msg(const char *file, int line, int type, int level, const char *fmt,...)
 void Jmsg(JCR *jcr, int type, utime_t mtime, const char *fmt,...);
 void Qmsg(JCR *jcr, int type, utime_t mtime, const char *fmt,...);
 bool get_trace(void);
+const char *get_basename(const char *pathname);
 
-struct B_DB;
+class B_DB;
 typedef void (*sql_query_func)(JCR *jcr, const char *cmd);
 typedef void (*sql_escape_func)(JCR *jcr, B_DB* db, char *snew, char *old, int len);