More thorough error checking on library calls.
[gedcom-parse.git] / gedcom / encoding.h
index 6623e61d3b8e15a7f8463eb9d45677408567aea6..9eb40bae81ae20fbf8b19d3d47385ee25bf57a9c 100644 (file)
@@ -37,5 +37,6 @@ char* to_internal(char* str, size_t len,
                  char* output_buffer, size_t out_len);
 void init_encodings();
 void set_encoding_width(ENCODING enc);
+void update_gconv_search_path();
 
 #endif /* __ENCODING_H */