ttox_is_data_encrypted() was renamed to tox_is_save_encrypted() - ratox - FIFO based tox client
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit ee32dd0a14d8a628e46715bb01f0e54918f7de45
 (DIR) parent 0b4875688bb33ebcf3ea35211b723ff2ef364e95
 (HTM) Author: sin <sin@2f30.org>
       Date:   Sun, 12 Oct 2014 11:14:52 +0100
       
       ttox_is_data_encrypted() was renamed to tox_is_save_encrypted()
       
       Diffstat:
         M ratox.c                             |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/ratox.c b/ratox.c
       t@@ -1106,7 +1106,7 @@ dataload(void)
                if (read(fd, data, sz) != sz)
                        eprintf("read %s:", DATAFILE);
        
       -        if (tox_is_data_encrypted(data) == 1) {
       +        if (tox_is_save_encrypted(data) == 1) {
                        if (encryptdatafile == 0)
                                printout("Data : %s > Encrypted, but saving unencrypted\n", DATAFILE);
                        while (readpass("Data : Passphrase > ") < 0 ||