diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-04-01 16:18:31 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-04-01 16:18:31 +0200 |
commit | bebb7b890c754b05cbb5f4cf83da5b10478ff368 (patch) | |
tree | c45e47ba7f2960db936ae096a8ce3233018079b4 /source4/lib | |
parent | 21f1f3aa686abbe6cc15b46108ee70b2e7538838 (diff) | |
download | samba-bebb7b890c754b05cbb5f4cf83da5b10478ff368.tar.gz samba-bebb7b890c754b05cbb5f4cf83da5b10478ff368.tar.xz samba-bebb7b890c754b05cbb5f4cf83da5b10478ff368.zip |
Add warning to public headers.
(This used to be commit 7bfe359c73aac96f8e983e8d5e9621235cf79a3a)
Diffstat (limited to 'source4/lib')
-rw-r--r-- | source4/lib/util/data_blob.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source4/lib/util/data_blob.h b/source4/lib/util/data_blob.h index 1442438dd7a..e9dca677720 100644 --- a/source4/lib/util/data_blob.h +++ b/source4/lib/util/data_blob.h @@ -16,6 +16,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ +/* This is a public header file that is installed as part of Samba. + * If you remove any functions or change their signature, update + * the so version number. */ + #ifndef _SAMBA_DATABLOB_H_ #define _SAMBA_DATABLOB_H_ |