[fix] making a few internal functions static

This commit is contained in:
Al
2017-12-29 04:50:08 -05:00
parent 098babfdee
commit cadf52d19f
3 changed files with 14 additions and 14 deletions

View File

@@ -1,7 +1,7 @@
#include "place.h"
#include "address_parser.h"
inline bool is_address_text_component(char *label) {
static inline bool is_address_text_component(char *label) {
return (string_equals(label, ADDRESS_PARSER_LABEL_HOUSE) ||
string_equals(label, ADDRESS_PARSER_LABEL_ROAD) ||
string_equals(label, ADDRESS_PARSER_LABEL_METRO_STATION) ||