Add warning to public headers.
authorJelmer Vernooij <jelmer@samba.org>
Tue, 1 Apr 2008 14:18:31 +0000 (16:18 +0200)
committerJelmer Vernooij <jelmer@samba.org>
Tue, 1 Apr 2008 14:18:31 +0000 (16:18 +0200)
source/lib/util/data_blob.h
source/librpc/ndr/libndr.h
source/librpc/rpc/dcerpc.h

index 1442438dd7a5575b6bac81a35d50f32d8b61ac35..e9dca67772043b10ed4a665b33b6719a948f51c4 100644 (file)
    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_
 
index 731ef0f60b05bb1392c6174149be040672f98887..0d99ea2d74ae43d601318af30a11be1d626f23e3 100644 (file)
@@ -1,6 +1,7 @@
 /* 
    Unix SMB/CIFS implementation.
    rpc interface definitions
+
    Copyright (C) Andrew Tridgell 2003
    
    This program is free software; you can redistribute it and/or modify
    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 __LIBNDR_H__
 #define __LIBNDR_H__
 
index 7c6aa7513bbd64c15d763ce3db401612d899d2e6..2765015d79918a9133514dbdfeca621d63266a3d 100644 (file)
    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 __DCERPC_H__
 #define __DCERPC_H__