Active Directory/Connect: Difference between revisions

→‎{{header|Wren}}: Need another parameter.
(→‎{{header|Wren}}: Need another parameter.)
Line 571:
if (strcmp(module, "main") == 0) {
if (strcmp(className, "LDAP") == 0) {
if (!isStatic && strcmp(signature, "simpleBindS(_,_)") == 0) return C_simpleBindS;
if (!isStatic && strcmp(signature, "unbind()") == 0) return C_unbind;
} else if (strcmp(className, "C") == 0) {
9,476

edits