This commit was manufactured by cvs2svn to create branch 'decode'.
[gnokii.git] / include / devices / winserial.h
diff --git a/include/devices/winserial.h b/include/devices/winserial.h
deleted file mode 100644 (file)
index 675aa73..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-typedef void (*sigcallback)(char);
-typedef void (*keepalive)();
-
-int OpenConnection(char *szPort, sigcallback fn, keepalive ka);
-int CloseConnection();
-int WriteCommBlock(LPSTR lpByte, DWORD dwBytesToWrite);
-