This commit was manufactured by cvs2svn to create branch 'decode'.
[gnokii.git] / include / data / datapump.h
diff --git a/include/data/datapump.h b/include/data/datapump.h
deleted file mode 100644 (file)
index c1e48d1..0000000
+++ /dev/null
@@ -1,38 +0,0 @@
-/*
-
-  $Id$
-
-  G N O K I I
-
-  A Linux/Unix toolset and driver for Nokia mobile phones.
-
-  Released under the terms of the GNU GPL, see file COPYING for more details.
-
-  Header file for data pump code.
-       
-*/
-
-#ifndef __data_datapump_h
-#define __data_datapump_h 
-
-       /* Prototypes */
-
-void    DP_CallFinished(void);
-bool   DP_Initialise(int read_fd, int write_fd);
-int     DP_CallBack(RLP_UserInds ind, u8 *buffer, int length);
-void    DP_CallPassup(char c);
-
-       /* All defines and prototypes from here down are specific to 
-          the datapump code and so are #ifdef out if __datapump_c isn't 
-          defined. */
-#ifdef __data_datapump_c
-
-
-
-
-
-
-
-#endif /* __data_datapump_c */
-
-#endif /* __data_datapump_h */