From 4be3c7e95f1f6c9bb4b172fdc1d833e9333f7cf5 Mon Sep 17 00:00:00 2001 From: michael Date: Sun, 21 Jan 2007 06:19:40 +0000 Subject: new function 'decode()' git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@754 3ae390bd-cb1e-0410-b409-cd5a39f66f1f --- evaluator.h | 1 + 1 file changed, 1 insertion(+) (limited to 'evaluator.h') diff --git a/evaluator.h b/evaluator.h index 6b4cbca..412aeec 100644 --- a/evaluator.h +++ b/evaluator.h @@ -51,6 +51,7 @@ void DeleteFunctions(void); void DelResult(RESULT * result); RESULT *SetResult(RESULT ** result, const int type, const void *value); +RESULT *CopyResult(RESULT ** result, RESULT * value); double R2N(RESULT * result); char *R2S(RESULT * result); -- cgit v1.2.3