Adding the export marker to all functions used in tests.

This commit is contained in:
AeroXuk
2017-11-20 20:58:37 +00:00
parent ad682b7592
commit f07ab765cb
17 changed files with 98 additions and 90 deletions

View File

@@ -1,6 +1,6 @@
#include "file_utils.h"
char *file_getline(FILE * f)
LIBPOSTAL_EXPORT char *file_getline(FILE * f)
{
char buf[BUFSIZ];