diff options
Diffstat (limited to 'src/vmime/parameter.hpp')
-rw-r--r-- | src/vmime/parameter.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/vmime/parameter.hpp b/src/vmime/parameter.hpp index d1e6ea72..92ac95d7 100644 --- a/src/vmime/parameter.hpp +++ b/src/vmime/parameter.hpp @@ -85,6 +85,8 @@ public: void copyFrom(const component& other); parameter& operator=(const parameter& other); + size_t getGeneratedSize(const generationContext& ctx); + const std::vector <shared_ptr <component> > getChildComponents(); /** Return the name of this parameter. |