X-Git-Url: http://git.indexdata.com/?p=yazpp-moved-to-github.git;a=blobdiff_plain;f=include%2Fyazpp%2Fgdu.h;h=5450a28fb1f68823a5ea9eeae1a79fd5d158ddca;hp=1e253a812844840924399dec1ba6f9aa689f8cc9;hb=f9728dc910413e30b7fe33c043b78d3736859ab4;hpb=d5a7c67de0f8caaf7bbd2da51e6c4fd02d2216ca diff --git a/include/yazpp/gdu.h b/include/yazpp/gdu.h index 1e253a8..5450a28 100644 --- a/include/yazpp/gdu.h +++ b/include/yazpp/gdu.h @@ -42,6 +42,7 @@ namespace yazpp_1 { GDU &operator=(const GDU &); Z_GDU *get() const; void move_away_gdu(ODR dst, Z_GDU **gdu); + int get_size(); private: void base(Z_GDU *gdu, ODR o); Z_GDU *m_gdu;