From: Kern Sibbald Date: Sun, 30 Oct 2011 11:20:58 +0000 (+0100) Subject: Tweak pull fixed plugins fd_common.h from master X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=5a760b15de12a89d4e6f2c32d779ff5bde738215;p=bacula%2Fbacula Tweak pull fixed plugins fd_common.h from master --- diff --git a/bacula/src/plugins/fd/fd_common.h b/bacula/src/plugins/fd/fd_common.h index 3ed138ec15..9f9cdf57af 100644 --- a/bacula/src/plugins/fd/fd_common.h +++ b/bacula/src/plugins/fd/fd_common.h @@ -55,7 +55,6 @@ DLL_IMP_EXP void *sm_malloc(const char *fname, int lineno, unsigned int nbytes); DLL_IMP_EXP void sm_free(const char *file, int line, void *fp); DLL_IMP_EXP void *reallymalloc(const char *fname, int lineno, unsigned int nbytes); DLL_IMP_EXP void reallyfree(const char *file, int line, void *fp); -DLL_IMP_EXP void sm_check(const char *fname, int lineno, bool dump); #ifndef bmalloc # define bmalloc(s) sm_malloc(__FILE__, __LINE__, (s))