]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/lib/smartall.h
Ignore UTF-8 marker at the start of .conf files.
[bacula/bacula] / bacula / src / lib / smartall.h
index 429549b9d1cfac67a673e99f217c1a3decdc2ea9..439f990ea148011e1ff3b67bcbee330fec8d9965 100644 (file)
@@ -7,7 +7,7 @@
 */
 
 /*
-   Copyright (C) 2000-2005 Kern Sibbald
+   Copyright (C) 2000-2006 Kern Sibbald
 
    This program is free software; you can redistribute it and/or
    modify it under the terms of the GNU General Public License
 
  */
 
-extern uint64_t sm_max_bytes;
-extern uint64_t sm_bytes;
-extern uint32_t sm_max_buffers;
-extern uint32_t sm_buffers;
+extern uint64_t DLL_IMP_EXP sm_max_bytes;
+extern uint64_t DLL_IMP_EXP sm_bytes;
+extern uint32_t DLL_IMP_EXP sm_max_buffers;
+extern uint32_t DLL_IMP_EXP sm_buffers;
 
 #ifdef  SMARTALLOC
 #undef  SMARTALLOC