:pserver:cvs@pserver.samba.org:/cvsroot - gnokii - Sun Nov 25 22:56 CET 2001
[gnokii.git] / include / data / datapump.h
1 /*
2
3   $Id$
4
5   G N O K I I
6
7   A Linux/Unix toolset and driver for Nokia mobile phones.
8
9   Copyright (C) 1999, 2000 Hugh Blemings & Pavel Janík ml.
10
11   Released under the terms of the GNU GPL, see file COPYING for more details.
12
13   Header file for data pump code.
14         
15   $Log$
16   Revision 1.1.1.1  2001/11/25 21:59:21  short
17   :pserver:cvs@pserver.samba.org:/cvsroot - gnokii - Sun Nov 25 22:56 CET 2001
18
19   Revision 1.1  2001/02/21 19:57:11  chris
20   More fiddling with the directory layout
21
22
23 */
24
25 #ifndef __data_datapump_h
26 #define __data_datapump_h 
27
28         /* Prototypes */
29
30 void    DP_CallFinished(void);
31 bool    DP_Initialise(int read_fd, int write_fd);
32 int     DP_CallBack(RLP_UserInds ind, u8 *buffer, int length);
33 void    DP_CallPassup(char c);
34
35         /* All defines and prototypes from here down are specific to 
36            the datapump code and so are #ifdef out if __datapump_c isn't 
37            defined. */
38 #ifdef  __data_datapump_c
39
40
41
42
43
44
45
46 #endif  /* __data_datapump_c */
47
48 #endif  /* __data_datapump_h */