diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-12-26 21:58:31 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:47:46 -0500 |
commit | 09c44f6cae89621871d2e5475b0c0f99c25804b4 (patch) | |
tree | 053b1712c035bb63361bf549ba3bf13491412c3c /source4/build/smb_build | |
parent | 6aafed9600a3fa05932668c70fc0e20f3724dab6 (diff) | |
download | samba-09c44f6cae89621871d2e5475b0c0f99c25804b4.tar.gz samba-09c44f6cae89621871d2e5475b0c0f99c25804b4.tar.bz2 samba-09c44f6cae89621871d2e5475b0c0f99c25804b4.zip |
r12500: Use init functions explicitly in a few more places. 'gensec' and 'librpc'
are the only two subsystems left to convert.
(This used to be commit f6bbc72996aeee8607fc583140fd60be0e06e969)
Diffstat (limited to 'source4/build/smb_build')
-rw-r--r-- | source4/build/smb_build/TODO | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/build/smb_build/TODO b/source4/build/smb_build/TODO index 674f094c02..fb58d6b29f 100644 --- a/source4/build/smb_build/TODO +++ b/source4/build/smb_build/TODO @@ -5,7 +5,8 @@ ldb.h belong in $INCLUDEDIR - add register function to smbtorture - init functions per shared library / binary - - rpc_ndr + - gensec + - rpc/ndr ?? - list not automatically generated - utility function for 'init mutex' - install shared modules |