diff options
Diffstat (limited to 'src/pad_common.h')
-rw-r--r-- | src/pad_common.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pad_common.h b/src/pad_common.h index 71e7b76..a2f836c 100644 --- a/src/pad_common.h +++ b/src/pad_common.h @@ -123,6 +123,8 @@ public: // will be removed, when pull (instead of push) approach is implemented! void WriteAllPADs(int output_fd, int limit = -1); + + static DATA_GROUP* CreateDataGroupLengthIndicator(size_t len); }; #endif /* PAD_COMMON_H_ */ |