From cee5d4acab43807697307b1aa2aa885f843ac542 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Wed, 9 Jun 2004 12:18:02 +0000 Subject: Unset function on PropSet. --- include/PropSet.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/PropSet.h b/include/PropSet.h index 0b4c2f58d..2766b542a 100644 --- a/include/PropSet.h +++ b/include/PropSet.h @@ -45,6 +45,7 @@ public: ~PropSet(); void Set(const char *key, const char *val, int lenKey=-1, int lenVal=-1); void Set(const char *keyVal); + void Unset(const char *key, int lenKey=-1); void SetMultiple(const char *s); SString Get(const char *key); SString GetExpanded(const char *key); -- cgit v1.2.3