mirror of
https://github.com/transmission/transmission
synced 2024-12-23 00:04:06 +00:00
(trunk gtk) make hudson-t happy
This commit is contained in:
parent
08403324bd
commit
417b7b2029
1 changed files with 3 additions and 6 deletions
|
@ -22,15 +22,12 @@
|
||||||
* DEALINGS IN THE SOFTWARE.
|
* DEALINGS IN THE SOFTWARE.
|
||||||
*****************************************************************************/
|
*****************************************************************************/
|
||||||
|
|
||||||
struct tr_benc;
|
|
||||||
|
|
||||||
/**
|
|
||||||
***
|
|
||||||
**/
|
|
||||||
|
|
||||||
#ifndef TG_CONF_H
|
#ifndef TG_CONF_H
|
||||||
#define TG_CONF_H
|
#define TG_CONF_H
|
||||||
|
|
||||||
|
#include <inttypes.h>
|
||||||
|
#include <libtransmission/transmission.h>
|
||||||
|
|
||||||
int64_t pref_int_get ( const char * key );
|
int64_t pref_int_get ( const char * key );
|
||||||
void pref_int_set ( const char * key, int64_t value );
|
void pref_int_set ( const char * key, int64_t value );
|
||||||
void pref_int_set_default ( const char * key, int64_t value );
|
void pref_int_set_default ( const char * key, int64_t value );
|
||||||
|
|
Loading…
Reference in a new issue