ChangeSet ID: 21617 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@winehq.org 2005/12/02 04:30:14
Modified files: dlls/wldap32 : add.c bind.c compare.c control.c delete.c dn.c error.c
Log message: Hans Leidekker hans@it.vu.nl Document DN and error handling functions. Try to stick to Wine's documentation format.
Patch: http://cvs.winehq.org/patch.py?id=21617
Old revision New revision Changes Path 1.6 1.7 +4 -4 wine/dlls/wldap32/add.c 1.8 1.9 +9 -9 wine/dlls/wldap32/bind.c 1.5 1.6 +4 -4 wine/dlls/wldap32/compare.c 1.5 1.6 +7 -7 wine/dlls/wldap32/control.c 1.3 1.4 +4 -4 wine/dlls/wldap32/delete.c 1.2 1.3 +84 -0 wine/dlls/wldap32/dn.c 1.4 1.5 +74 -2 wine/dlls/wldap32/error.c