Fixed the definition of AppTransportClient
This commit is contained in:
parent
fd327743dc
commit
a582ef265d
|
@ -1,5 +1,5 @@
|
|||
/* $Id: apptransport.h,v 1.1 2012/09/28 00:25:56 khorben Exp $ */
|
||||
/* Copyright (c) 2012 Pierre Pronchery <khorben@defora.org> */
|
||||
/* $Id$ */
|
||||
/* Copyright (c) 2012-2013 Pierre Pronchery <khorben@defora.org> */
|
||||
/* 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
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue
Block a user