]> git.sur5r.net Git - bacula/bacula/commitdiff
Tweak pull fixed plugins fd_common.h from master
authorKern Sibbald <kern@sibbald.com>
Sun, 30 Oct 2011 11:20:58 +0000 (12:20 +0100)
committerKern Sibbald <kern@sibbald.com>
Sat, 20 Apr 2013 12:50:11 +0000 (14:50 +0200)
bacula/src/plugins/fd/fd_common.h

index 3ed138ec15f9b64323f8b1845d3d7c23b14b75ec..9f9cdf57afadb9ef0a0da501eb61b8728a3c1dae 100644 (file)
@@ -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))