X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fpkl.h;h=9313f0f6791158cf78726b9ea39c45f27d7a2727;hb=ba7d09616f8e529d71ff1e7843f39f22d2823409;hp=01988e70eda1746a2053476c7e979a31c7bdc318;hpb=7c24b62d51e0ddf14af451ef5a543f07b69f111e;p=libdcp.git diff --git a/src/pkl.h b/src/pkl.h index 01988e70..9313f0f6 100644 --- a/src/pkl.h +++ b/src/pkl.h @@ -76,6 +76,7 @@ public: boost::optional hash (std::string id) const; boost::optional type (std::string id) const; + void clear_assets(); void add_asset (std::string id, boost::optional annotation_text, std::string hash, int64_t size, std::string type); void write (boost::filesystem::path file, std::shared_ptr signer) const;