commit 8ca6b69ea93167ada31f0f157b7db0fd03bf019f
Author: Wilfried Goesgens <wi...@arangodb.com>
Date:   Tue Nov 17 23:09:21 2015 +0100

    Make the swap buffer content function publically available.

diff --git a/libcitadel/lib/libcitadel.h b/libcitadel/lib/libcitadel.h
+void SwapBuffers(StrBuf *A, StrBuf *B);
...

-static inline void SwapBuffers(StrBuf *A, StrBuf *B)
+static inline void iSwapBuffers(StrBuf *A, StrBuf *B)
...

+void SwapBuffers(StrBuf *A, StrBuf *B)
+{
+       iSwapBuffers(A, B);
+}

 

I guess you have the header, but not the lib.

Reply via email to