X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=device-src%2Fdirecttcp-connection.h;h=551b50f9b85e0a2a4ca75d591085185770f21c4f;hb=HEAD;hp=89c089434605fde311867c110af4cf0313dfdb6e;hpb=fd48f3e498442f0cbff5f3606c7c403d0566150e;p=debian%2Famanda diff --git a/device-src/directtcp-connection.h b/device-src/directtcp-connection.h index 89c0894..551b50f 100644 --- a/device-src/directtcp-connection.h +++ b/device-src/directtcp-connection.h @@ -1,9 +1,10 @@ /* - * Copyright (c) 2009 Zmanda, Inc. All Rights Reserved. + * Copyright (c) 2009-2012 Zmanda, Inc. All Rights Reserved. * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License version 2 as published - * by the Free Software Foundation. + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. * * This program is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY @@ -34,7 +35,7 @@ GType directtcp_connection_get_type (void); * Parent class for connections */ -typedef struct DirectTCPConnection_ { +typedef struct DirectTCPConnection { GObject __parent__; gboolean closed; @@ -59,7 +60,7 @@ typedef struct DirectTCPConnectionClass_ { * @returns: error message on error, NULL for no error (caller should * free the error message) */ - char *(* close)(struct DirectTCPConnection_ *self); + char *(* close)(struct DirectTCPConnection *self); } DirectTCPConnectionClass; /* Method Stubs */