From a582ef265d4aa91242dbf6acf87c037c0ddde725 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Wed, 9 Jan 2013 17:11:20 +0100 Subject: [PATCH] Fixed the definition of AppTransportClient --- include/App/apptransport.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/App/apptransport.h b/include/App/apptransport.h index 25e4ee2..92fc16a 100644 --- a/include/App/apptransport.h +++ b/include/App/apptransport.h @@ -1,5 +1,5 @@ -/* $Id: apptransport.h,v 1.1 2012/09/28 00:25:56 khorben Exp $ */ -/* Copyright (c) 2012 Pierre Pronchery */ +/* $Id$ */ +/* Copyright (c) 2012-2013 Pierre Pronchery */ /* This file is part of DeforaOS System libApp */ /* 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 @@ -26,7 +26,7 @@ /* types */ typedef struct _AppTransport AppTransport; -typedef struct _AppTransportClient * AppTransportClient; +typedef struct _AppTransportClient AppTransportClient; typedef enum _AppTransportMode {