Freeciv-3.3
Loading...
Searching...
No Matches
Functions | Variables
capstr.c File Reference
#include <stdlib.h>
#include "version_gen.h"
#include "support.h"
#include "connection.h"
#include "capstr.h"

Go to the source code of this file.

Functions

void init_our_capability (void)
 

Variables

static char our_capability_internal [MAX_LEN_CAPSTR]
 
const char *const our_capability = our_capability_internal
 

Function Documentation

◆ init_our_capability()

void init_our_capability ( void  )

Setup our internal network capability string.

Definition at line 87 of file capstr.c.

Referenced by client_main(), main(), and main().

Variable Documentation

◆ our_capability

◆ our_capability_internal

char our_capability_internal[MAX_LEN_CAPSTR]
static

Definition at line 31 of file capstr.c.

Referenced by init_our_capability().