Fixed data loading/saving.

This commit is contained in:
Håvard Pettersson 2014-09-20 23:36:40 +02:00
parent 06e7747142
commit 9b39ef3953
4 changed files with 11 additions and 7 deletions

View file

@ -17,6 +17,11 @@
* along with Tox-WeeChat. If not, see <http://www.gnu.org/licenses/>.
*/
/////// TODO //////////
// get rid of data from deleted/nonexisting identities so it doesn't accumulate
///////////////////////
#include <weechat/weechat-plugin.h>
#include <tox/tox.h>
#include <jansson.h>