[AUDIT]
authorAleksey Bragin <aleksey@reactos.org>
Sun, 16 Apr 2006 12:49:19 +0000 (12:49 +0000)
committerAleksey Bragin <aleksey@reactos.org>
Sun, 16 Apr 2006 12:49:19 +0000 (12:49 +0000)
commit11c44d02433a9967d99233175e6d7c0e8de12eb1
tree894184ec8e5f89b5d446e9cdfb2eadaac2fc1fd7
parentb93335e12dd7030e29cd4a3f7cfc47a53a2fee6d
[AUDIT]
dll/win32/advapi32/sec

- Very small functions are clean
- Functions doing basic initialization stuff are clean (their name suggests the actions the function performs)
- Functions publically documented in google
- Stubs / unimplemented functions
- Wine's code is clean too

svn path=/trunk/; revision=21608