Ignore empty KDM email addresses (#818).
[dcpomatic.git] / src / lib / util.h
index 640933f00e573c9e08ccfa155fdf933de721b069..142b21e963938c182e030f3f51647d39a2f0e2aa 100644 (file)
@@ -75,5 +75,6 @@ extern std::map<std::string, std::string> split_get_request (std::string url);
 extern std::string video_asset_filename (boost::shared_ptr<dcp::PictureAsset> asset);
 extern std::string audio_asset_filename (boost::shared_ptr<dcp::SoundAsset> asset);
 extern float relaxed_string_to_float (std::string);
+extern bool string_not_empty (std::string);
 
 #endif