Charset conversion support.
[platform/upstream/lightmediascanner.git] / src / lib / lightmediascanner.h
index a4cb28e..203d8ef 100644 (file)
@@ -83,6 +83,9 @@ extern "C" {
     API lms_plugin_t *lms_parser_find_and_add(lms_t *lms, const char *name) GNUC_NON_NULL(1, 2);
     API int lms_parser_del(lms_t *lms, lms_plugin_t *handle) GNUC_NON_NULL(1, 2);
 
+    API int lms_charset_add(lms_t *lms, const char *charset) GNUC_NON_NULL(1, 2);
+    API int lms_charset_del(lms_t *lms, const char *charset) GNUC_NON_NULL(1, 2);
+
 #ifdef __cplusplus
 }
 #endif