From d1a9e22b3ed08dffb75f430562530a7b8ab53d87 Mon Sep 17 00:00:00 2001 From: Stefan Pöschel Date: Sat, 11 Feb 2017 11:24:42 +0100 Subject: Move Slideshow stuff to new SLSManager --- src/pad_common.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/pad_common.h') 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_ */ -- cgit v1.2.3