From ceb6fc010ee9f4fadbcbf3e3cdc481ec505cdc32 Mon Sep 17 00:00:00 2001 From: michael Date: Sat, 20 Jan 2007 06:37:35 +0000 Subject: dynamic properties for bars; new 'property_valid()' helper git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@749 3ae390bd-cb1e-0410-b409-cd5a39f66f1f --- property.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'property.h') diff --git a/property.h b/property.h index 617c22a..7f53cb1 100644 --- a/property.h +++ b/property.h @@ -32,6 +32,7 @@ typedef struct { + int valid; char *name; char *expression; void *compiled; @@ -40,6 +41,7 @@ typedef struct { void property_load(const char *section, const char *name, const char *defval, PROPERTY * prop); +int property_valid(PROPERTY * prop); int property_eval(PROPERTY * prop); double P2N(PROPERTY * prop); char *P2S(PROPERTY * prop); -- cgit v1.2.3