1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-29 13:49:30 +03:00

r26323: Regenerated credentials SWIG.

(This used to be commit 0bd01aca00)
This commit is contained in:
Jelmer Vernooij
2007-12-06 22:39:44 +01:00
committed by Stefan Metzmacher
parent 5c4516fcf7
commit b4e6090d42

View File

@ -2503,9 +2503,7 @@ typedef struct cli_credentials cli_credentials;
SWIGINTERN cli_credentials *new_cli_credentials(){
return cli_credentials_init(NULL);
}
SWIGINTERN void delete_cli_credentials(cli_credentials *self){
talloc_free(self);
}
SWIGINTERN void delete_cli_credentials(cli_credentials *self){ talloc_free(self); }
SWIGINTERN swig_type_info*
SWIG_pchar_descriptor(void)