X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gio%2Fgdbusauthmechanismsha1.h;h=95dcf84fcd40b280da81d9e28d38853130e04705;hb=2a2b11b1bb6c702d6b2ef1c37524a57688a94a4e;hp=5b0cbf9a4a56ff8bc2be1de03f42798a786b9c42;hpb=2be38f6926d8bf2738c3898e831dcb3928925f90;p=platform%2Fupstream%2Fglib.git diff --git a/gio/gdbusauthmechanismsha1.h b/gio/gdbusauthmechanismsha1.h index 5b0cbf9..95dcf84 100644 --- a/gio/gdbusauthmechanismsha1.h +++ b/gio/gdbusauthmechanismsha1.h @@ -13,20 +13,18 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General - * Public License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307, USA. + * Public License along with this library; if not, see . * * Author: David Zeuthen */ +#ifndef __G_DBUS_AUTH_MECHANISM_SHA1_H__ +#define __G_DBUS_AUTH_MECHANISM_SHA1_H__ + #if !defined (GIO_COMPILATION) #error "gdbusauthmechanismsha1.h is a private header file." #endif -#ifndef __G_DBUS_AUTH_MECHANISM_SHA1_H__ -#define __G_DBUS_AUTH_MECHANISM_SHA1_H__ - #include #include @@ -47,10 +45,6 @@ struct _GDBusAuthMechanismSha1Class { /*< private >*/ GDBusAuthMechanismClass parent_class; - - /*< private >*/ - /* Padding for future expansion */ - gpointer padding[16]; }; struct _GDBusAuthMechanismSha1