BRL-CAD
|
#include "common.h"
#include <time.h>
#include "bsocket.h"
#include "bu/defines.h"
#include "bu/log.h"
#include "bu/vls.h"
Go to the source code of this file.
Data Structures | |
struct | bu_cmdtab |
Macros | |
#define | BU_CMD_NULL (int (*)(void *, int, const char **))NULL |
Functions | |
int | bu_cmd (const struct bu_cmdtab *cmds, int argc, const char *argv[], int cmd_index, void *data, int *result) |
Routine(s) for processing subcommands. | |
int | bu_cmd_valid (const struct bu_cmdtab *cmds, const char *cmdname) |