Shadowrun: Awakened
Functions

CommandParserInterface.cpp File Reference

#include "CommandParserInterface.h"
#include "TransportInterface.h"
#include <string.h>
#include "RakAssert.h"
#include <stdio.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include "LinuxStrings.h"
Include dependency graph for CommandParserInterface.cpp:

Go to the source code of this file.

Functions

int RegisteredCommandComp (const char *const &key, const RegisteredCommand &data)
 List of commands registered with RegisterCommand().

Function Documentation

int RegisteredCommandComp ( const char *const &  key,
const RegisteredCommand data 
)

Definition at line 26 of file CommandParserInterface.cpp.

References RegisteredCommand::command.

{
    return _stricmp(key,data.command);
}


Copyright © 2007-2010 by The Shadowrun: Awakened Team. This work is licensed under the GNU Lesser General Public License 3.

GNU Lesser General Public License 3 Sourceforge.net