unify the daemon and gtk client's config files so that you can easily swap back and forth between clients and keep the same torrents and preferences.

This commit is contained in:
Charles Kerr
2008-06-12 16:25:36 +00:00
parent e64c608f2d
commit effb78d674
13 changed files with 347 additions and 258 deletions

View File

@@ -53,8 +53,6 @@ typedef struct tr_benc
} val;
} tr_benc;
const tr_benc BENC_INIT;
/* backwards compatability */
typedef tr_benc benc_val_t;