Hide db_where_builder_p methods from export (GCC only)

This commit is contained in:
2020-10-05 15:55:20 +01:00
parent 5c7c2e71c9
commit 9c0939ed26
3 changed files with 25 additions and 5 deletions

View File

@@ -6,8 +6,8 @@
#include <errno.h>
#include <mysql.h>
#include "strext.h"
#include "db_value.h"
#include "strext.h"
char *db_value(char **str, size_t *len, e_column_type type, uint32_t n_args, ...)
{