http://marcin-wiacek.fkn.pl/english/zips/mygnokii.tar.gz
[gnokii.git] / include / devices / winserial.h
diff --git a/include/devices/winserial.h b/include/devices/winserial.h
new file mode 100644 (file)
index 0000000..675aa73
--- /dev/null
@@ -0,0 +1,7 @@
+typedef void (*sigcallback)(char);
+typedef void (*keepalive)();
+
+int OpenConnection(char *szPort, sigcallback fn, keepalive ka);
+int CloseConnection();
+int WriteCommBlock(LPSTR lpByte, DWORD dwBytesToWrite);
+