From 8290bdb051c1c989c1062aacdfbb9eaa3d5340b8 Mon Sep 17 00:00:00 2001 From: Alexander Vdolainen Date: Sat, 20 Dec 2014 02:46:11 +0200 Subject: [PATCH] added TODO --- TODO | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 TODO diff --git a/TODO b/TODO new file mode 100644 index 0000000..5cf5be2 --- /dev/null +++ b/TODO @@ -0,0 +1,4 @@ + - Move sexp related functions and macros to libsexpr + - Split connection.c to sntlapi.c and sntl.c + - Optimize a lot of repeating code, sometimes to static inline + - Move cache related functions to libtdata