diff options
| author | Frederic Peters <fpeters@entrouvert.com> | 2006-12-20 23:41:44 +0000 |
|---|---|---|
| committer | Frederic Peters <fpeters@entrouvert.com> | 2006-12-20 23:41:44 +0000 |
| commit | 29c897c8ecf3693ade293cd28c785f43e3cab9ac (patch) | |
| tree | a223697dc681fab422773884c27fc311b5cd9a13 | |
| parent | 73819ed96b211ea8863deb7d7509c37aa0492640 (diff) | |
set return type
| -rw-r--r-- | swig/Lasso-wsf-disco.i | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/swig/Lasso-wsf-disco.i b/swig/Lasso-wsf-disco.i index 767e7eb1..0a9aae4c 100644 --- a/swig/Lasso-wsf-disco.i +++ b/swig/Lasso-wsf-disco.i @@ -495,6 +495,7 @@ typedef struct { /* Implementations of methods */ /* Implementations of methods inherited from LassoNode */ +void LassoDiscoDescription_addSecurityMechId(LassoDiscoDescription *self, const char *security_mech_id) { self->SecurityMechID = g_list_append(self->SecurityMechID, g_strdup(security_mech_id)); } |
