Sorted non-stripped n6110.c reqd modules to the end of the commented list
[gnokii.git] / include / devices / winserial.h
1 typedef void (*sigcallback)(char);
2 typedef void (*keepalive)();
3
4 int OpenConnection(char *szPort, sigcallback fn, keepalive ka);
5 int CloseConnection();
6 int WriteCommBlock(LPSTR lpByte, DWORD dwBytesToWrite);
7