/* * Treebird - Lightweight frontend for Pleroma * * Licensed under the BSD 3-Clause License */ #ifndef SCROBBLE_H #define SCROBBLE_H #include #include "global_perl.h" HV* perlify_scrobble(const struct mstdnt_scrobble* const scrobble); AV* perlify_scrobbles(const struct mstdnt_scrobble* const scrobble, size_t len); #endif /* SCROBBLE_H */