Freeciv-3.1
|
#include "log.h"
#include "connection.h"
#include "luascript.h"
#include "auth.h"
#include "script_fcdb.h"
#include "api_fcdb_auth.h"
Go to the source code of this file.
Functions | |
const char * | api_auth_get_username (lua_State *L, Connection *pconn) |
const char * | api_auth_get_ipaddr (lua_State *L, Connection *pconn) |
const char * api_auth_get_ipaddr | ( | lua_State * | L, |
Connection * | pconn | ||
) |
Get the ip address.
Definition at line 50 of file api_fcdb_auth.c.
Referenced by tolua_fcdb_auth_get_ipaddr00().
const char * api_auth_get_username | ( | lua_State * | L, |
Connection * | pconn | ||
) |
Get the username.
Definition at line 38 of file api_fcdb_auth.c.
Referenced by tolua_fcdb_auth_get_username00().