Adding the export marker to all functions used in tests.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#include "file_utils.h"
|
||||
|
||||
char *file_getline(FILE * f)
|
||||
LIBPOSTAL_EXPORT char *file_getline(FILE * f)
|
||||
{
|
||||
char buf[BUFSIZ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user