Annotation of quake1/net_ser.h, revision 1.1.1.1

1.1       root        1: // net_ser.h
                      2: 
                      3: int                    Serial_Init (void);
                      4: void           Serial_Listen (qboolean state);
                      5: void           Serial_SearchForHosts (qboolean xmit);
                      6: qsocket_t      *Serial_Connect (char *host);
                      7: qsocket_t      *Serial_CheckNewConnections (void);
                      8: int                    Serial_GetMessage (qsocket_t *sock);
                      9: int                    Serial_SendMessage (qsocket_t *sock, sizebuf_t *data);
                     10: int                    Serial_SendUnreliableMessage (qsocket_t *sock, sizebuf_t *data);
                     11: qboolean       Serial_CanSendMessage (qsocket_t *sock);
                     12: qboolean       Serial_CanSendUnreliableMessage (qsocket_t *sock);
                     13: void           Serial_Close (qsocket_t *sock);
                     14: void           Serial_Shutdown (void);

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.