Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Export three function names.
  • Loading branch information
linuxdude42 committed Jan 15, 2023
1 parent b5cdb65 commit c090ae1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Expand Up @@ -43,6 +43,6 @@ class PROTOSERVER_PUBLIC DeleteHandler : public ReferenceCounter

};

QString GetPlaybackURL(ProgramInfo *pginfo, bool storePath = true);
PROTOSERVER_PUBLIC QString GetPlaybackURL(ProgramInfo *pginfo, bool storePath = true);

#endif
2 changes: 1 addition & 1 deletion mythtv/libs/libmythtv/channelscan/iptvchannelfetcher.h
Expand Up @@ -75,7 +75,7 @@ class IPTVChannelFetcher : public QRunnable
fbox_chan_map_t GetChannels(void);

static QString DownloadPlaylist(const QString &url);
static fbox_chan_map_t ParsePlaylist(
MTV_PUBLIC static fbox_chan_map_t ParsePlaylist(
const QString &rawdata, IPTVChannelFetcher *fetcher = nullptr);

private:
Expand Down
2 changes: 1 addition & 1 deletion mythtv/libs/libmythtv/io/mythiowrapper.h
Expand Up @@ -34,7 +34,7 @@ MTV_PUBLIC ssize_t MythFileRead (int FileID, void *Buffer, size_t Count);
MTV_PUBLIC ssize_t MythFileWrite (int FileID, void *Buffer, size_t Count);
MTV_PUBLIC int MythFileStat (const char *Path, struct stat *Buf);
MTV_PUBLIC int MythFileStatFD (int FileID, struct stat *Buf);
int MythFileExists (const char *Path, const char *File);
MTV_PUBLIC int MythFileExists (const char *Path, const char *File);
int MythDirCheck (int DirID);
MTV_PUBLIC int MythDirOpen (const char *DirName);
MTV_PUBLIC int MythDirClose (int DirID);
Expand Down

0 comments on commit c090ae1

Please sign in to comment.