]> git.pld-linux.org Git - packages/DiVine.git/blob - DiVine-missing.patch
- note where recent versions could be found
[packages/DiVine.git] / DiVine-missing.patch
1 --- DiVine-1.6.3/lib/idivine.h.orig     1970-01-01 01:00:00.000000000 +0100
2 +++ DiVine-1.6.3/lib/idivine.h  2013-01-19 19:14:42.934224700 +0100
3 @@ -0,0 +1,50 @@
4 +/*
5 +   (c) Copyright 2001-2009  The world wide DirectFB Open Source Community (directfb.org)
6 +   (c) Copyright 2000-2004  Convergence (integrated media) GmbH
7 +
8 +   All rights reserved.
9 +
10 +   Written by Denis Oliver Kropp <dok@directfb.org>,
11 +              Andreas Hundt <andi@fischlustig.de>,
12 +              Sven Neumann <neo@directfb.org>,
13 +              Ville Syrjälä <syrjala@sci.fi> and
14 +              Claudio Ciccani <klan@users.sf.net>.
15 +
16 +   This library is free software; you can redistribute it and/or
17 +   modify it under the terms of the GNU Lesser General Public
18 +   License as published by the Free Software Foundation; either
19 +   version 2 of the License, or (at your option) any later version.
20 +
21 +   This library is distributed in the hope that it will be useful,
22 +   but WITHOUT ANY WARRANTY; without even the implied warranty of
23 +   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
24 +   Lesser General Public License for more details.
25 +
26 +   You should have received a copy of the GNU Lesser General Public
27 +   License along with this library; if not, write to the
28 +   Free Software Foundation, Inc., 59 Temple Place - Suite 330,
29 +   Boston, MA 02111-1307, USA.
30 +*/
31 +
32 +#ifndef __IDIVINE_H__
33 +#define __IDIVINE_H__
34 +
35 +#include <divine.h>
36 +
37 +/*
38 + * private data struct of IDiVine
39 + */
40 +typedef struct {
41 +     int                         ref;      /* reference counter */
42 +
43 +     DiVine                     *divine;
44 +} IDiVine_data;
45 +
46 +/*
47 + * IDiVine constructor/destructor
48 + */
49 +DFBResult IDiVine_Construct( IDiVine *thiz );
50 +
51 +void      IDiVine_Destruct ( IDiVine *thiz );
52 +
53 +#endif
This page took 0.105962 seconds and 3 git commands to generate.