From af83d14b8a2d0361945e169816b3796b1bc4794c Mon Sep 17 00:00:00 2001 From: tedjk Date: Mon, 23 Feb 2015 09:18:50 +0100 Subject: [PATCH] BAB-21 #comment started with expansion of module --- juci/api.h | 1 + 1 file changed, 1 insertion(+) diff --git a/juci/api.h b/juci/api.h index 69e503c..e3035e9 100644 --- a/juci/api.h +++ b/juci/api.h @@ -43,6 +43,7 @@ namespace libjuci { void ReplaceWord(const std::string word_); void ReplaceLine(const std::string line_); std::string GetWord(); + //TODO forgie: Make more functions targeting the python module ////////////////////////////// //// Boost.Python methods ////