]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/lib/smartall.h
Implement first cut of Copy Job
[bacula/bacula] / bacula / src / lib / smartall.h
index b178663b05fee2ad7b5f2d76badd72e8db22a4c9..6661e089a4e61a52da9133e90ae87415edc4328d 100644 (file)
@@ -7,8 +7,8 @@
    many others, a complete list can be found in the file AUTHORS.
    This program is Free Software; you can redistribute it and/or
    modify it under the terms of version two of the GNU General Public
-   License as published by the Free Software Foundation plus additions
-   that are listed in the file LICENSE.
+   License as published by the Free Software Foundation and included
+   in the file LICENSE.
 
    This program is distributed in the hope that it will be useful, but
    WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -60,7 +60,7 @@ extern void sm_new_owner(const char *fname, int lineno, char *buf);
 extern void sm_check(const char *fname, int lineno, bool bufdump);
 extern int sm_check_rtn(const char *fname, int lineno, bool bufdump);
 #else
-#define Dsm_check(lvl, f, l, fl)
+#define Dsm_check(lvl)
 #define sm_check(f, l, fl)
 #define sm_check_rtn(f, l, fl) 1
 #endif