diff options
| author | Damien Laniel <dlaniel@entrouvert.com> | 2007-06-08 13:06:43 +0000 |
|---|---|---|
| committer | Damien Laniel <dlaniel@entrouvert.com> | 2007-06-08 13:06:43 +0000 |
| commit | bb00c74ce3d6f2a28a73df0520b63a0da3c4cc5a (patch) | |
| tree | b689273d8d5f1de958767d1cf1e3de35671a03d3 /swig | |
| parent | 6bd1d65a1992c822a8fa37f12740f3d4d2176b15 (diff) | |
removed useless arguments for lasso_idwsf2_discovery_init_metadata_association_add
Diffstat (limited to 'swig')
| -rw-r--r-- | swig/Lasso-wsf2.i | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/swig/Lasso-wsf2.i b/swig/Lasso-wsf2.i index fc6f8062..2d543602 100644 --- a/swig/Lasso-wsf2.i +++ b/swig/Lasso-wsf2.i @@ -149,7 +149,7 @@ typedef struct { END_THROW_ERROR() THROW_ERROR() - int initMetadataAssociationAdd(const char *svcMDID, const char *disco_provider_id); + int initMetadataAssociationAdd(const char *svcMDID); END_THROW_ERROR() THROW_ERROR() |
