[PVR][Estuary] Timer settings dialog: Show client name in timer type selection dialog...
[xbmc.git] / xbmc / pictures / IptcParse.h
blobba001358bdb13171a80458b1470aa2eaa20be697
1 #pragma once
3 #include "libexif.h"
5 class CIptcParse
7 public:
8 static bool Process(const unsigned char* const Data, const unsigned short length, IPTCInfo_t *info);
9 };