Crossfire Client, Trunk  R19828
Data Structures | Macros | Typedefs
client-types.h File Reference

Client type definitions. More...

#include "config.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/types.h>
#include <time.h>
#include <glib.h>
Include dependency graph for client-types.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  TextManager
 

Macros

#define BIG_BUF   1024
 
#define MAX_BUF   256
 
#define SOL_TCP   IPPROTO_TCP
 

Typedefs

typedef void(* ExtTextManager )(int flag, int type, int subtype, char *message)
 
typedef struct TextManager TextManager
 

Detailed Description

Client type definitions.

Definition in file client-types.h.

Macro Definition Documentation

#define BIG_BUF   1024

Definition at line 40 of file client-types.h.

Referenced by keybindings_init(), parse_keys_file(), and update_login_info().

#define MAX_BUF   256
#define SOL_TCP   IPPROTO_TCP

Definition at line 36 of file client-types.h.

Referenced by init_connection(), and read_config_window().

Typedef Documentation

typedef void(* ExtTextManager)(int flag, int type, int subtype, char *message)

Definition at line 44 of file client-types.h.

typedef struct TextManager TextManager