diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-12-13 16:48:37 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:47:18 -0500 |
commit | d0f46637713cb54b44fb8e371a54412146f05406 (patch) | |
tree | 4561f582fa33dcd9283f56598c0a9e27ecc53ece /source4/build/smb_build/TODO | |
parent | 265b0c6a312d9bc70c651e51a93e26f01b4fff9c (diff) | |
download | samba-d0f46637713cb54b44fb8e371a54412146f05406.tar.gz samba-d0f46637713cb54b44fb8e371a54412146f05406.tar.bz2 samba-d0f46637713cb54b44fb8e371a54412146f05406.zip |
r12209: Fix some issues with XML entities.
(This used to be commit 754e51b19d2d1fd6be8e01d62b6ec892688f934c)
Diffstat (limited to 'source4/build/smb_build/TODO')
-rw-r--r-- | source4/build/smb_build/TODO | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/build/smb_build/TODO b/source4/build/smb_build/TODO index 1183fe9497..d3fcbd1370 100644 --- a/source4/build/smb_build/TODO +++ b/source4/build/smb_build/TODO @@ -1,6 +1,7 @@ - split up proto.h into headers with public or private prototypes. Public prototypes can be marked with _PUBLIC_ in the source - never install -rpath binaries / libraries, always relink before install + - keep files without -rpath in bin/install - init functions may be called more then once as different libraries (in Samba or other projects) can use the same (3rd) library. - add register function to smbtorture |