1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-01-03 21:45:49 +00:00
transmission/libtransmission/metainfo.h
2016-09-02 23:10:15 +03:00

28 lines
774 B
C

/*
* This file Copyright (C) 2005-2014 Mnemosyne LLC
*
* It may be used under the GNU GPL versions 2 or 3
* or any future license endorsed by Mnemosyne LLC.
*
*/
#ifndef __TRANSMISSION__
#error only libtransmission should #include this header.
#endif
#pragma once
#include "transmission.h"
#include "variant.h"
bool tr_metainfoParse (const tr_session * session,
const tr_variant * variant,
tr_info * setmeInfo,
bool * setmeHasInfoDict,
size_t * setmeInfoDictLength);
void tr_metainfoRemoveSaved (const tr_session * session,
const tr_info * info);
char* tr_metainfoGetBasename (const tr_info *);