If vsnprintf is not available, the function is declared in the private.h header

file.
This commit is contained in:
Romain Chantereay 2005-02-08 11:07:01 +00:00
parent eb5397da72
commit 9490cb8b78
1 changed files with 5 additions and 0 deletions

View File

@ -32,6 +32,11 @@ extern "C" {
#include <lasso/xml/xml.h>
#include <xmlsec/crypto.h>
#ifndef HAVE_VSNPRINTF
int vsnprintf (char *str, size_t count, const char *fmt, va_list args);
#endif
typedef enum {
SNIPPET_NODE,
SNIPPET_CONTENT,