diff options
Diffstat (limited to 'p2pvr/lib/tuner.h')
-rw-r--r-- | p2pvr/lib/tuner.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/p2pvr/lib/tuner.h b/p2pvr/lib/tuner.h index e6cfa80..583b892 100644 --- a/p2pvr/lib/tuner.h +++ b/p2pvr/lib/tuner.h @@ -43,6 +43,7 @@ class Tuner : public P2PVR::PrivateTuner { static bool IsValidSection(const P2PVR::Data &); void startSenderThread(); void senderThread(); + static void setBufferSize(int fd, unsigned long bytes); const boost::filesystem::path deviceFrontend; const boost::filesystem::path deviceRoot; |