File: gs2.h

package info (click to toggle)
qstat 2.11-3
  • links: PTS, VCS
  • area: main
  • in suites: squeeze, wheezy
  • size: 2,128 kB
  • ctags: 2,545
  • sloc: ansic: 18,287; sh: 3,372; makefile: 40
file content (20 lines) | stat: -rw-r--r-- 422 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/*
 * qstat 2.8
 * by Steve Jankowski
 *
 * New Gamespy v2 query protocol
 * Copyright 2005 Steven Hartland
 *
 * Licensed under the Artistic License, see LICENSE.txt for license terms
 */
#ifndef QSTAT_GS2_H
#define QSTAT_GS2_H

#include "qserver.h"

// Packet processing methods
void deal_with_gs2_packet( struct qserver *server, char *pkt, int pktlen );
void send_gs2_request_packet( struct qserver *server );

#endif