Skip to content
This repository has been archived by the owner on Apr 15, 2023. It is now read-only.

[pvr.hts] fix extern "C" scope in client.cpp #437

Merged
merged 1 commit into from
Feb 15, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion addons/pvr.hts/src/client.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -626,7 +626,7 @@ time_t GetBufferTimeStart()
}
time_t GetBufferTimeEnd()
{
return 0; }
return 0;
}

/* Live stream (VFS interface - not relevant) */
Expand All @@ -652,3 +652,5 @@ const char * GetLiveStreamURL(const PVR_CHANNEL &_unused(channel))
{
return "";
}

} /* extern "C" */