root/tags/5.4.pre05/wxis_src/xis_server.h

Revision 1, 299 bytes (checked in by heitor.barbieri, 4 years ago)

Criação do svn para Cisis.

Line 
1#ifndef XIS_SERVER_H
2#define XIS_SERVER_H
3
4typedef struct {
5    char* buffer;
6    int totalSize;
7    int textSize;
8    int freeSize;
9} OUT_BUFFER;
10
11int writeBuff(char *mess,
12              OUT_BUFFER *outBuff,
13              int append);
14void flushBuff(OUT_BUFFER *outBuff);
15#endif /* XIS_SERVER_H */
Note: See TracBrowser for help on using the browser.