]> git.sur5r.net Git - bacula/docs/commitdiff
Update
authorKern Sibbald <kern@sibbald.com>
Wed, 22 Oct 2008 18:14:42 +0000 (18:14 +0000)
committerKern Sibbald <kern@sibbald.com>
Wed, 22 Oct 2008 18:14:42 +0000 (18:14 +0000)
docs/home-page/en/pages/professional.php
docs/manuals/en/concepts/newfeatures.tex

index e0b4e6f365120b6a8eb15772140e645603ae8449..73f5d6d22ea900c376f3ad171b43ea26acf70790 100644 (file)
@@ -38,7 +38,7 @@
               </td>
               <td><img src="/images/spacer.gif" width="50px" height="1px"></td>
               <td>
-                 <a href="mailto:supportNOSPAM@baculasystems.com">Bacula Systems SA</a><br>
+                 <a href="mailto:infoNOSPAM@baculasystems.com">Bacula Systems SA</a><br>
                  Rue Galil&eacute;e 15<br>
                  CH-1400 Yverdon-les-Bains, Switzerland<br>
                  +33 +41 24 420 7890<br>
index f929f7d8fd17c8cbac4778fc046991f2f47938d8..c7bd8438345c84f58730264c55d5d8cfadc84b54 100644 (file)
@@ -1731,10 +1731,10 @@ This call permits you to put a message in the Job Report.
 This call permits you to print a debug message.
 
 
-\subsection{void bMalloc(bpContext *ctx, const char *file, int line,
+\subsection{void baculaMalloc(bpContext *ctx, const char *file, int line,
        size\_t size)}
 This call permits you to obtain memory from Bacula's memory allocator.
 
 
-\subsection{void bFree(bpContext *ctx, const char *file, int line, void *mem)}
+\subsection{void baculaFree(bpContext *ctx, const char *file, int line, void *mem)}
 This call permits you to free memory obtained from Bacula's memory allocator.