summaryrefslogtreecommitdiffabout
path: root/include
authorMichael Krelin <hacker@klever.net>2008-02-11 21:16:01 (UTC)
committer Michael Krelin <hacker@klever.net>2008-02-11 21:16:01 (UTC)
commit4cd6cad3b5fda6eb09c8c36efeb9426316f35a37 (patch) (side-by-side diff)
treeed093a441a7a2621a47b628f8973cd7fda056ef4 /include
parentb5a9adac9dfe84ccf509197d24b9e04ecd3ca1d3 (diff)
downloadlibopkele-4cd6cad3b5fda6eb09c8c36efeb9426316f35a37.zip
libopkele-4cd6cad3b5fda6eb09c8c36efeb9426316f35a37.tar.gz
libopkele-4cd6cad3b5fda6eb09c8c36efeb9426316f35a37.tar.bz2
allow to add prefix to generated htmlhiddens
Signed-off-by: Michael Krelin <hacker@klever.net>
Diffstat (limited to 'include') (more/less context) (ignore whitespace changes)
-rw-r--r--include/opkele/types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/opkele/types.h b/include/opkele/types.h
index a3b657d..1f48362 100644
--- a/include/opkele/types.h
+++ b/include/opkele/types.h
@@ -150,7 +150,7 @@ namespace opkele {
virtual void from_keyvalues(const string& kv);
virtual void to_keyvalues(ostream& o) const;
- virtual void to_htmlhiddens(ostream& o) const;
+ virtual void to_htmlhiddens(ostream& o,const char* pfx=0) const;
void add_to_signed(const string& fields);
string find_ns(const string& uri,const char *pfx) const;