| 165 | } FTItemChannel; |
| 166 | |
| 167 | typedef struct FTItemComment |
| 168 | { |
| 169 | char reserved[sizeof(char *) + sizeof(uint32_t)]; |
| 170 | const char *author; |
| 171 | const char *authorId; |
| 172 | const char *published; |
| 173 | const char *thmbUrl; |
| 174 | const char *content; |
| 175 | const char *voteCount; |
| 176 | uint32_t replyCount; |
| 177 | bool isOwner; |
| 178 | bool likedByOwner; |
| 179 | const char *replyContinuation; |
| 180 | } FTItemComment; |
| 181 | |
| 182 | typedef struct FTItem |
| 183 | { |
nothing calls this directly
no outgoing calls
no test coverage detected