summaryrefslogtreecommitdiffstats
path: root/lasso/xml/dst_modification.h
diff options
context:
space:
mode:
authorFrederic Peters <fpeters@entrouvert.com>2004-12-14 21:10:28 +0000
committerFrederic Peters <fpeters@entrouvert.com>2004-12-14 21:10:28 +0000
commit34e10f1d7f3ac2b1118b168fe092272dd806c878 (patch)
treeca81443238070f6f3ecd982e70d55ac2351d5a41 /lasso/xml/dst_modification.h
parent7c1a1caafaf7072465a2d848eb9627eafb967cd8 (diff)
downloadlasso-34e10f1d7f3ac2b1118b168fe092272dd806c878.tar.gz
lasso-34e10f1d7f3ac2b1118b168fe092272dd806c878.tar.xz
lasso-34e10f1d7f3ac2b1118b168fe092272dd806c878.zip
fixed some missing or wrong prototype declarations
Diffstat (limited to 'lasso/xml/dst_modification.h')
-rw-r--r--lasso/xml/dst_modification.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lasso/xml/dst_modification.h b/lasso/xml/dst_modification.h
index 430c47f3..ea8d2769 100644
--- a/lasso/xml/dst_modification.h
+++ b/lasso/xml/dst_modification.h
@@ -65,7 +65,7 @@ struct _LassoDstModificationClass {
LASSO_EXPORT GType lasso_dst_modification_get_type(void);
-LASSO_EXPORT LassoDstModification* lasso_dst_modification_new();
+LASSO_EXPORT LassoDstModification* lasso_dst_modification_new(const char *select);
#ifdef __cplusplus
}